Skip to content

Commit

Permalink
Release 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Jul 5, 2021
1 parent 50a93cc commit dbd62e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Xcodeproj Changelog

## Master
## 1.20.0 (2021-07-05)

##### Enhancements

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/CocoaPods/CLAide
revision: b5ced9cc141df732e8027078543eb92fc6447567
revision: a5d1a29b08ca88f90f47104805bc4fad2efc93c9
specs:
claide (1.0.3)

Expand All @@ -14,7 +14,7 @@ GIT
PATH
remote: .
specs:
xcodeproj (1.19.0)
xcodeproj (1.20.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
Expand All @@ -25,7 +25,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.2)
CFPropertyList (3.0.3)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
ast (2.3.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/xcodeproj/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Xcodeproj
# The version of the xcodeproj gem.
#
VERSION = '1.19.0'.freeze unless defined? Xcodeproj::VERSION
VERSION = '1.20.0'.freeze unless defined? Xcodeproj::VERSION
end

0 comments on commit dbd62e4

Please sign in to comment.