diff --git a/CHANGELOG.md b/CHANGELOG.md index 19f7ce896..72d76c633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Xcodeproj Changelog -## Master +## 1.19.0 (2020-10-09) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 48773b457..1a67a0c3f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GIT PATH remote: . specs: - xcodeproj (1.18.0) + xcodeproj (1.19.0) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) claide (>= 1.0.2, < 2.0) diff --git a/lib/xcodeproj/gem_version.rb b/lib/xcodeproj/gem_version.rb index c5f55c161..0fd42b777 100644 --- a/lib/xcodeproj/gem_version.rb +++ b/lib/xcodeproj/gem_version.rb @@ -1,5 +1,5 @@ module Xcodeproj # The version of the xcodeproj gem. # - VERSION = '1.18.0'.freeze unless defined? Xcodeproj::VERSION + VERSION = '1.19.0'.freeze unless defined? Xcodeproj::VERSION end