Skip to content

Commit 2f2c808

Browse files
committed
bump version
Signed-off-by: Lessica <82flex@gmail.com>
1 parent 9c7879a commit 2f2c808

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

TrollFools/Version.Debug.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
// Configuration settings file format documentation can be found at:
99
// https://help.apple.com/xcode/#/dev745c5c974
1010

11-
DEBUG_VERSION = 3.0
12-
DEBUG_BUILD_NUMBER = 202502241
11+
DEBUG_VERSION = 3.1
12+
DEBUG_BUILD_NUMBER = 202503092

TrollFools/Version.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
// Configuration settings file format documentation can be found at:
99
// https://help.apple.com/xcode/#/dev745c5c974
1010

11-
VERSION = 3.0
12-
BUILD_NUMBER = 28
11+
VERSION = 3.1
12+
BUILD_NUMBER = 30

control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: wiki.qaq.trollfools
22
Name: TrollFools
3-
Version: 3.0-28
3+
Version: 3.1-30
44
Section: Applications
55
Depends: firmware (>= 14.0)
66
Architecture: iphoneos-arm

devkit/bump-version.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,8 @@ rm -f $XCCONFIG_NAME-e
7474

7575
fi
7676

77-
# Create the layout directory
78-
mkdir -p ../layout/DEBIAN
79-
8077
# Write the control file
81-
cat > ../layout/DEBIAN/control << __EOF__
78+
cat > ../control << __EOF__
8279
Package: wiki.qaq.trollfools
8380
Name: TrollFools
8481
Version: $VERSION-$new_build_number
@@ -91,4 +88,4 @@ Description: Give me 108 yuan.
9188
__EOF__
9289

9390
# Set permissions
94-
chmod 0644 ../layout/DEBIAN/control
91+
chmod 0644 ../control

0 commit comments

Comments
 (0)