We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d1752f commit e605cf4Copy full SHA for e605cf4
Makefile
@@ -1,5 +1,5 @@
1
TOOL_NAME = UnityBuildKit
2
-VERSION = 0.7.0
+VERSION = 1.1.1
3
4
PREFIX = /usr/local
5
INSTALL_PATH = $(PREFIX)/bin/$(TOOL_NAME)
UnityBuildKit.xcodeproj/UBKit_Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>1.1</string>
+ <string>1.1.1</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
0 commit comments