Skip to content

Commit dbd62e4

Browse files
committed
Release 1.20.0
1 parent 50a93cc commit dbd62e4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Xcodeproj Changelog
22

3-
## Master
3+
## 1.20.0 (2021-07-05)
44

55
##### Enhancements
66

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/CocoaPods/CLAide
3-
revision: b5ced9cc141df732e8027078543eb92fc6447567
3+
revision: a5d1a29b08ca88f90f47104805bc4fad2efc93c9
44
specs:
55
claide (1.0.3)
66

@@ -14,7 +14,7 @@ GIT
1414
PATH
1515
remote: .
1616
specs:
17-
xcodeproj (1.19.0)
17+
xcodeproj (1.20.0)
1818
CFPropertyList (>= 2.3.3, < 4.0)
1919
atomos (~> 0.1.3)
2020
claide (>= 1.0.2, < 2.0)
@@ -25,7 +25,7 @@ PATH
2525
GEM
2626
remote: https://rubygems.org/
2727
specs:
28-
CFPropertyList (3.0.2)
28+
CFPropertyList (3.0.3)
2929
addressable (2.5.1)
3030
public_suffix (~> 2.0, >= 2.0.2)
3131
ast (2.3.0)

lib/xcodeproj/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Xcodeproj
22
# The version of the xcodeproj gem.
33
#
4-
VERSION = '1.19.0'.freeze unless defined? Xcodeproj::VERSION
4+
VERSION = '1.20.0'.freeze unless defined? Xcodeproj::VERSION
55
end

0 commit comments

Comments
 (0)