Skip to content

Commit 4bdc3f8

Browse files
committed
Version Bump
1 parent 7160b19 commit 4bdc3f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## master
1+
## 0.4.0
22
* Modify pbxproj using toshi0383/Pbxproj
33
[Toshihiro Suzuki](https://github.com/toshi0383)
44
[#13](https://github.com/toshi0383/xcconfig-extractor/pull/13)

Sources/xcconfig-extractor/Config.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import Foundation
1010

1111
struct Config {
12-
static let version = "0.3.2"
12+
static let version = "0.4.0"
1313
let isIncludeExisting: Bool
1414
init(isIncludeExisting: Bool) {
1515
self.isIncludeExisting = isIncludeExisting

0 commit comments

Comments
 (0)