Skip to content

Commit 065926d

Browse files
committed
Updated the version number to 0.3.0
1 parent 88b58ba commit 065926d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Example/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- Alamofire (4.5.1)
33
- AlamofireImage (3.3.0):
44
- Alamofire (~> 4.5)
5-
- Optik (0.2.0)
5+
- Optik (0.3.0)
66

77
DEPENDENCIES:
88
- AlamofireImage (= 3.3.0)
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515
SPEC CHECKSUMS:
1616
Alamofire: 2d95912bf4c34f164fdfc335872e8c312acaea4a
1717
AlamofireImage: 2e784dc5d00f04903a52c1d169181469c805c3df
18-
Optik: 3d3905f19e503f8fc30343edea05856721b38014
18+
Optik: 21a0e8236423891aa0f060877b9ef8ee13f91b90
1919

2020
PODFILE CHECKSUM: 3873430f0694557b2b3fc21b9a5a450f371f986e
2121

Optik.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Optik"
3-
s.version = "0.2.0"
3+
s.version = "0.3.0"
44
s.summary = "A Swift library for displaying images from any source, local or remote."
55
s.description = <<-DESC
66
Optik provides a simple viewing experience for a set of images, whether stored locally or remotely.

0 commit comments

Comments
 (0)