Skip to content

Commit

Permalink
chore: bump version name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrwendt committed Apr 19, 2020
1 parent d87b85d commit 842eb03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ end

```ruby
dependencies: [
.package(url: "https://github.com/chrs1885/SheetyColors.git", from: "1.2.0")
.package(url: "https://github.com/chrs1885/SheetyColors.git", from: "1.2.1")
]
```

Expand Down
2 changes: 1 addition & 1 deletion SheetyColors.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SheetyColors'
s.version = '1.2.0'
s.version = '1.2.1'
s.summary = 'An action sheet styled color picker for iOS.'

s.description = <<-DESC
Expand Down

0 comments on commit 842eb03

Please sign in to comment.