Skip to content

Commit

Permalink
Release Yams 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed May 12, 2018
1 parent abb225d commit 618582e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Master
## 1.0.0

##### Breaking

Expand All @@ -7,7 +7,8 @@

##### Enhancements

* None.
* API documentation now available at [jpsim.com/Yams](https://jpsim.com/Yams).
[JP Simard](https://github.com/jpsim)

##### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ to be installed.

### Swift Package Manager

Add `.package(url: "https://github.com/jpsim/Yams.git", from: "0.7.0")` to your
Add `.package(url: "https://github.com/jpsim/Yams.git", from: "1.0.0")` to your
`Package.swift` file's `dependencies`.

### CocoaPods
Expand Down
2 changes: 1 addition & 1 deletion Yams.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Yams'
s.version = '0.7.0'
s.version = '1.0.0'
s.summary = 'A sweet and swifty YAML parser.'
s.homepage = 'https://github.com/jpsim/Yams'
s.source = { :git => s.homepage + '.git', :tag => s.version }
Expand Down
2 changes: 1 addition & 1 deletion Yams.xcodeproj/Yams_Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.7.0</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 618582e

Please sign in to comment.