Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
numen31337 committed Mar 26, 2019
1 parent 57c504f commit 39b0e8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Day.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Day"
s.version = "1.1.2"
s.version = "1.1.3"
s.summary = "Mini lib to represent a Day"
s.description = "This is the mini library to represent a Day value with serialization functionality"
s.homepage = "https://github.com/numen31337/Day"
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '9.0'
s.watchos.deployment_target = '4.0'
s.swift_version = "4.2"
s.swift_version = "5.0"

s.source = { :git => "https://github.com/numen31337/Day.git", :tag => "#{s.version}" }
s.source_files = "Day/**/*.{h,m,swift}"
Expand Down
1 change: 1 addition & 0 deletions Day.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = E9D466271FC5A65600F2BEC3;
productRefGroup = E9D466321FC5A65600F2BEC3 /* Products */;
Expand Down

0 comments on commit 39b0e8e

Please sign in to comment.