Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Jan 23, 2018
1 parent e33cb24 commit 9f2f59c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ try! proj.write(to: xcodeproj, format: PropertyListSerialization.PropertyListFor
Releases
--------

- 2.1.0 - 2018-01-23 - Add some specific modification functions for R.swift
- **2.0.0** - 2017-12-17 - Support parsing for "broken" project files
- 1.1.0 - 2017-05-07 - Error types now public
- **1.0.0** - 2017-03-28 - Rename from Xcode.swift to XcodeEdit
Expand Down
2 changes: 1 addition & 1 deletion XcodeEdit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "XcodeEdit"
s.version = "2.0.1"
s.version = "2.1.0"
s.license = "MIT"

s.summary = "Reading and writing the Xcode pbxproj file format, from Swift!"
Expand Down

0 comments on commit 9f2f59c

Please sign in to comment.