Skip to content

Commit

Permalink
Bump 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ArLupin committed Jan 10, 2019
1 parent cade93d commit ead258c
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.2.2</string>
<string>0.2.3</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.2.2'
pod 'Sheet', '~> 0.2.3'
```

### Carthage
```bash
github "ParkGwangBeom/Sheet" ~> 0.2.2
github "ParkGwangBeom/Sheet" ~> 0.2.3
```

### 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.2.2"
s.version = "0.2.3"
s.swift_version = '4.0'
s.summary = "Navigationable Action Sheet"
s.description = "💦 Navigable custom action sheet like Flipboard"
Expand Down

0 comments on commit ead258c

Please sign in to comment.