Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
Signed-off-by: 82Flex <[email protected]>
  • Loading branch information
Lessica committed Sep 25, 2024
1 parent 4b3165d commit 77a6996
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Bug Fixes
## Bug Fixes

Now application without a short version string will be displayed in the list.
- Now application without a short version string will be displayed in the list (#72).
- The auto-correction for the app search has been disabled (#78).

## Languages

- Added Vietnamese (#71, #74).
4 changes: 2 additions & 2 deletions TrollFools/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

VERSION = 2.6
BUILD_NUMBER = 8
VERSION = 2.7
BUILD_NUMBER = 9
8 changes: 4 additions & 4 deletions devkit/bump_version.sh → devkit/bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# This script is designed to increment the build number consistently across all
# targets.

# Usage: bump_version.sh <version>
# Example: bump_version.sh 1.0
# Usage: bump-version.sh <version>
# Example: bump-version.sh 1.0

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

set -e
cd "$(dirname "$0")"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion layout/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: wiki.qaq.trollfools
Name: TrollFools
Version: 2.6-8
Version: 2.7-9
Section: Applications
Depends: firmware (>= 14.0)
Architecture: iphoneos-arm
Expand Down

0 comments on commit 77a6996

Please sign in to comment.