Skip to content

Commit

Permalink
vbump
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Wreggelsworth committed Apr 12, 2017
1 parent a20a13c commit 9c76860
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Colors.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "colors"
s.version = "0.9"
s.version = "0.9.1"
s.summary = "A color library for Swift."
s.description = <<-DESC
A color library for Swift. Use it to create, manipulate, and generally have fun with colors in swift.
Expand Down
2 changes: 1 addition & 1 deletion Configs/Frameworks/Colors.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.9</string>
<string>0.9.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ github "dylan/colors"

### Cocoapods
```Ruby
pod "colors', '~> 0.9a'
pod "colors', '~> 0.9.1'
```

0 comments on commit 9c76860

Please sign in to comment.