From 72e71b296e2f3b57c88a70b06197f735a3b68182 Mon Sep 17 00:00:00 2001 From: Dimitris Koutsogiorgas Date: Wed, 22 Jun 2022 08:19:50 -0700 Subject: [PATCH] Release 1.22.0 --- CHANGELOG.md | 2 +- Gemfile.lock | 9 +++++---- lib/xcodeproj/gem_version.rb | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e82b8df..3c85c723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Xcodeproj Changelog -## Master +## 1.22.0 (2022-06-22) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 5177b293..b8bd8f45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GIT remote: https://github.com/CocoaPods/CLAide - revision: a5d1a29b08ca88f90f47104805bc4fad2efc93c9 + revision: 00379095567c88f7a00da25136bad60e41ca2b47 specs: - claide (1.0.3) + claide (1.1.0) GIT remote: https://github.com/segiddins/json.git @@ -14,7 +14,7 @@ GIT PATH remote: . specs: - xcodeproj (1.21.0) + xcodeproj (1.22.0) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) claide (>= 1.0.2, < 2.0) @@ -25,7 +25,8 @@ PATH GEM remote: https://rubygems.org/ specs: - CFPropertyList (3.0.3) + CFPropertyList (3.0.5) + rexml addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) ast (2.3.0) diff --git a/lib/xcodeproj/gem_version.rb b/lib/xcodeproj/gem_version.rb index 44093ce8..f7630811 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.21.0'.freeze unless defined? Xcodeproj::VERSION + VERSION = '1.22.0'.freeze unless defined? Xcodeproj::VERSION end