Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
Bump marketing version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcristea committed Mar 4, 2017
1 parent 76e8520 commit 64e862d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "nsagora/validation-toolkit" "develop"
github "nsagora/validation-toolkit" ~> 0.4.1
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "nsagora/validation-toolkit" "89d612099d3d368238f2ca76ce4fb172e6c1c65a"
github "nsagora/validation-toolkit" "0.4.1"
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.2.0</string>
<string>0.3.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.0</string>
<string>0.3.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions ValidationComponents.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'ValidationComponents'
s.version = '0.2.0'
s.version = '0.3.0'
s.summary = 'Lightweight framework for input validation'

# This description is used to generate tags and improve search results.
Expand All @@ -32,5 +32,5 @@ Pod::Spec.new do |s|

s.source_files = 'Sources/*.swift'

s.dependency 'ValidationToolkit'
s.dependency 'ValidationToolkit', '~> 0.4.1'
end

0 comments on commit 64e862d

Please sign in to comment.