Skip to content

Commit

Permalink
Set the version number to 0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoichitgy committed Oct 27, 2015
1 parent e00a6cf commit d333928
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Swinject is available through [Carthage](https://github.com/Carthage/Carthage) o

To install Swinject with Carthage, add the following line to your `Cartfile`.

github "Swinject/Swinject" ~> 0.3
github "Swinject/Swinject" ~> 0.4


Then run `carthage update --no-use-binaries` command or just `carthage update`. For details of the installation and usage of Carthage, visit [its project page](https://github.com/Carthage/Carthage).
Expand All @@ -51,7 +51,7 @@ To install Swinject with CocoaPods, add the following lines to your `Podfile`.
platform :ios, '8.0'
use_frameworks!

pod 'Swinject', '~> 0.3'
pod 'Swinject', '~> 0.4'

Then run `pod install` command. For details of the installation and usage of CocoaPods, visit [its official website](https://cocoapods.org).

Expand Down
2 changes: 1 addition & 1 deletion Swinject.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Swinject"
s.version = "0.3"
s.version = "0.4"
s.summary = "Dependency injection framework for Swift"
s.description = <<-DESC
Swinject is a dependency injection framework for Swift, to manage the dependencies of types in your system.
Expand Down
2 changes: 1 addition & 1 deletion Swinject/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.3</string>
<string>0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion SwinjectTests/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.3</string>
<string>0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit d333928

Please sign in to comment.