Skip to content

Commit

Permalink
Bump 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArLupin committed Jan 22, 2019
1 parent 337ac66 commit 6a743f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Configs/Sheet.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.0</string>
<string>0.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@

### CocoaPods
```bash
pod 'Sheet', '~> 0.3.0'
pod 'Sheet', '~> 0.4.0'
```

### Carthage
```bash
github "ParkGwangBeom/Sheet" ~> 0.3.0
github "ParkGwangBeom/Sheet" ~> 0.4.0
```

### Manually
Expand Down
2 changes: 1 addition & 1 deletion Sheet.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Sheet"
s.version = "0.3.0"
s.version = "0.4.0"
s.swift_version = '4.0'
s.summary = "Navigationable Action Sheet"
s.description = "💦 Navigable custom action sheet like Flipboard"
Expand Down

0 comments on commit 6a743f2

Please # to comment.