Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinJiaDev committed Aug 24, 2016
1 parent d4a3b4e commit 41715b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Overlay.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Overlay"
s.version = "0.3"
s.version = "0.4"
s.summary = "A very flexible UI framework designed for Swift."
s.homepage = "https://github.com/TintPoint/Overlay"
s.author = { "Justin Jia" => "[email protected]" }
Expand All @@ -11,4 +11,3 @@ Pod::Spec.new do |s|
s.source_files = "Sources/**/*.{h,swift}"
s.framework = "UIKit"
end

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ iOS 9+ / Xcode 8+ / Swift 3+
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager. To install Overlay, add the following line to your `Cartfile`:

```ogdl
github "TintPoint/Overlay" ~> 0.3
github "TintPoint/Overlay" ~> 0.4
```

### CocoaPods
Expand All @@ -35,7 +35,7 @@ github "TintPoint/Overlay" ~> 0.3
<!--[CocoaPods](https://cocoapods.org) is a centralized dependency manager. To install Overlay, add the following line to your `Podfile`:-->

<!--```ruby-->
<!--pod 'Overlay', '~> 0.3'-->
<!--pod 'Overlay', '~> 0.4'-->
<!--```-->

## Getting Started
Expand Down
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.3</string>
<string>0.4</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 41715b1

Please sign in to comment.