Skip to content

Commit

Permalink
Updated the version number to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
htinlinn committed Sep 22, 2017
1 parent 88b58ba commit 065926d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- Alamofire (4.5.1)
- AlamofireImage (3.3.0):
- Alamofire (~> 4.5)
- Optik (0.2.0)
- Optik (0.3.0)

DEPENDENCIES:
- AlamofireImage (= 3.3.0)
Expand All @@ -15,7 +15,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Alamofire: 2d95912bf4c34f164fdfc335872e8c312acaea4a
AlamofireImage: 2e784dc5d00f04903a52c1d169181469c805c3df
Optik: 3d3905f19e503f8fc30343edea05856721b38014
Optik: 21a0e8236423891aa0f060877b9ef8ee13f91b90

PODFILE CHECKSUM: 3873430f0694557b2b3fc21b9a5a450f371f986e

Expand Down
2 changes: 1 addition & 1 deletion Optik.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Optik"
s.version = "0.2.0"
s.version = "0.3.0"
s.summary = "A Swift library for displaying images from any source, local or remote."
s.description = <<-DESC
Optik provides a simple viewing experience for a set of images, whether stored locally or remotely.
Expand Down

0 comments on commit 065926d

Please sign in to comment.