Skip to content

Commit 77a6996

Browse files
committed
bump version
Signed-off-by: 82Flex <82flex@gmail.com>
1 parent 4b3165d commit 77a6996

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
# Bug Fixes
1+
## Bug Fixes
22

3-
Now application without a short version string will be displayed in the list.
3+
- Now application without a short version string will be displayed in the list (#72).
4+
- The auto-correction for the app search has been disabled (#78).
5+
6+
## Languages
7+
8+
- Added Vietnamese (#71, #74).

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 = 2.6
12-
BUILD_NUMBER = 8
11+
VERSION = 2.7
12+
BUILD_NUMBER = 9

devkit/bump_version.sh renamed to devkit/bump-version.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# This script is designed to increment the build number consistently across all
44
# targets.
55

6-
# Usage: bump_version.sh <version>
7-
# Example: bump_version.sh 1.0
6+
# Usage: bump-version.sh <version>
7+
# Example: bump-version.sh 1.0
88

9-
# Usage: DEBUG=1 bump_version.sh <version>
10-
# Example: DEBUG=1 bump_version.sh 1.0
9+
# Usage: DEBUG=1 bump-version.sh <version>
10+
# Example: DEBUG=1 bump-version.sh 1.0
1111

1212
set -e
1313
cd "$(dirname "$0")"
File renamed without changes.

layout/DEBIAN/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: 2.6-8
3+
Version: 2.7-9
44
Section: Applications
55
Depends: firmware (>= 14.0)
66
Architecture: iphoneos-arm

0 commit comments

Comments
 (0)