Skip to content

Commit

Permalink
bump version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandon committed Oct 27, 2015
1 parent a7055c2 commit 378c3eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ModelRocket.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ModelRocket"
s.version = "1.1"
s.version = "1.2"
s.license = "MIT"
s.summary = "An iOS framework for creating JSON-based models. Written in Swift."
s.homepage = "https://github.com/ovenbits/ModelRocket"
Expand Down
2 changes: 1 addition & 1 deletion ModelRocket/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ An iOS framework for creating JSON-based models. Written in Swift (because [it t
## Requirements

- iOS 7.0+
- Xcode 7 beta 6+
- Xcode 7
- Swift 2

## Installation
Expand Down

0 comments on commit 378c3eb

Please sign in to comment.