Skip to content

Commit d8cbcc0

Browse files
committed
Bump version to 1.0.0
1 parent be278e4 commit d8cbcc0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

InflectorKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'InflectorKit'
3-
s.version = '0.0.1'
3+
s.version = '1.0.0'
44
s.license = { type: 'MIT', file: 'LICENSE' }
55
s.summary = 'Get the singular and plural forms of English words.'
66
s.homepage = 'https://github.com/mattt/InflectorKit'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ let package = Package(
9696
dependencies: [
9797
.package(
9898
url: "https://github.com/mattt/InflectorKit",
99-
from: "0.0.1"
99+
from: "1.0.0"
100100
),
101101
]
102102
)
@@ -110,7 +110,7 @@ You can install `InflectorKit` via CocoaPods,
110110
by adding the following line to your `Podfile`:
111111

112112
```ruby
113-
pod 'InflectorKit', '~> 0.0.1'
113+
pod 'InflectorKit', '~> 1.0.0'
114114
```
115115

116116
Run the `pod install` command to download the library

0 commit comments

Comments
 (0)