Skip to content

Commit e5d7499

Browse files
committed
Release 0.26.0
1 parent 5b395a0 commit e5d7499

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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+
## 0.26.0
44

55
##### Enhancements
66

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GIT
77
PATH
88
remote: .
99
specs:
10-
xcodeproj (0.25.1)
10+
xcodeproj (0.26.0)
1111
activesupport (>= 3)
1212
claide (~> 0.9.0)
1313
colored (~> 1.2)

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 = '0.25.1' unless defined? Xcodeproj::VERSION
4+
VERSION = '0.26.0' unless defined? Xcodeproj::VERSION
55
end

0 commit comments

Comments
 (0)