Skip to content

Commit

Permalink
Release 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Sep 22, 2023
1 parent ea0cc26 commit bf3e6fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.23.0 (2023-09-22)

##### Enhancements

Expand Down
8 changes: 4 additions & 4 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: 00379095567c88f7a00da25136bad60e41ca2b47
revision: 97b765ec88aa4f347d19d416afc732a880e67826
specs:
claide (1.1.0)

Expand All @@ -14,7 +14,7 @@ GIT
PATH
remote: .
specs:
xcodeproj (1.22.0)
xcodeproj (1.23.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.5)
CFPropertyList (3.0.6)
rexml
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
Expand Down Expand Up @@ -94,7 +94,7 @@ GEM
ffi (>= 0.5.0)
rb-kqueue (0.2.4)
ffi (>= 0.5.0)
rexml (3.2.5)
rexml (3.2.6)
rubocop (0.47.1)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
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.22.0'.freeze unless defined? Xcodeproj::VERSION
VERSION = '1.23.0'.freeze unless defined? Xcodeproj::VERSION
end

0 comments on commit bf3e6fa

Please sign in to comment.