Skip to content

Commit

Permalink
Bump version to 4.0.0 (#147)
Browse files Browse the repository at this point in the history
- Update version on Static/Info.plist, Static.podspec, and .swift-version
- Update Readme.markdown
  • Loading branch information
keitaito committed Apr 5, 2019
1 parent 769106f commit 9a72124
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.0
5.0.0
1 change: 1 addition & 0 deletions Readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Simple static table views for iOS in Swift. Static's goal is to separate model d

| Swift Version | Static Version |
| ------------- | -------------- |
| 5.0+ | 4.0.0 |
| 4.2+ | 3.0.1 |
| 3.2+ | 2.1 |
| 3.0.1 | 2.0.1 |
Expand Down
2 changes: 1 addition & 1 deletion Static.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Static'
spec.version = '3.0.2'
spec.version = '4.0.0'
spec.summary = 'Simple static table views for iOS in Swift.'
spec.description = 'Static provides simple static table views for iOS in Swift.'
spec.homepage = 'https://github.com/venmo/static'
Expand Down
2 changes: 1 addition & 1 deletion Static/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>3.0.2</string>
<string>4.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 9a72124

Please sign in to comment.