Skip to content

Commit

Permalink
chore: update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
chrs1885 committed Feb 5, 2020
1 parent dd7af9e commit 86c8a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Capable.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Capable'
s.version = '1.1.1'
s.version = '1.1.2'
s.summary = 'Keep track of accessibility settings, leverage high contrast colors, and use scalable fonts to enable users with disabilities to use your app.'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ github "chrs1885/Capable"

```ruby
dependencies: [
.package(url: "https://github.com/chrs1885/Capable.git", from: "1.1.1")
.package(url: "https://github.com/chrs1885/Capable.git", from: "1.1.2")
]
```

Expand Down

0 comments on commit 86c8a45

Please sign in to comment.