Skip to content

Commit c9ad1cd

Browse files
committed
v1.11.6
1 parent 4dcf7f0 commit c9ad1cd

File tree

14 files changed

+27
-11
lines changed

14 files changed

+27
-11
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ Ricochlime is a game where you attack the advancing monsters with your ricocheti
4242
[app_store]: https://apps.apple.com/app/ricochlime/id6459539993
4343
[web_app]: https://ricochlime.adil.hanney.org
4444
[flathub]: https://flathub.org/apps/com.adilhanney.ricochlime
45-
[download_windows]: https://github.com/adil192/ricochlime/releases/download/v1.11.5/RicochlimeInstaller_v1.11.5.exe
46-
[download_appimage]: https://github.com/adil192/ricochlime/releases/download/v1.11.5/Ricochlime-1.11.5-x86_64.AppImage
45+
[download_windows]: https://github.com/adil192/ricochlime/releases/download/v1.11.6/RicochlimeInstaller_v1.11.6.exe
46+
[download_appimage]: https://github.com/adil192/ricochlime/releases/download/v1.11.6/Ricochlime-1.11.6-x86_64.AppImage

flatpak/com.adilhanney.ricochlime.metainfo.xml

+8
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@
7474
</branding>
7575

7676
<releases>
77+
<release version="1.11.6" date="2025-01-12">
78+
<url type="details">https://github.com/adil192/ricochlime/releases/tag/v1.11.6</url>
79+
<description>
80+
<ul>
81+
<li>Removed ads for mobile users</li>
82+
</ul>
83+
</description>
84+
</release>
7785
<release version="1.11.5" date="2024-12-28">
7886
<url type="details">https://github.com/adil192/ricochlime/releases/tag/v1.11.5</url>
7987
<description>

installers/desktop_inno_script.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Ricochlime"
5-
#define MyAppVersion "1.11.5"
5+
#define MyAppVersion "1.11.6"
66
#define MyAppPublisher "Adil Hanney"
77
#define MyAppURL "https://github.com/adil192/ricochlime"
88
#define MyAppExeName "ricochlime.exe"

lib/utils/version.dart

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
// Run `./scripts/apply_version.sh --help` for more information.
33

44
/// The current app version as an ordinal number.
5-
const int buildNumber = 111050;
5+
const int buildNumber = 111060;
66

77
/// The current app version as a string.
8-
const String buildName = '1.11.5';
8+
const String buildName = '1.11.6';
99

1010
/// The year in which the current version was released.
11-
const int buildYear = 2024;
11+
const int buildYear = 2025;

metadata/en-US/changelogs/111060.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
• Removed ads for everyone

metadata/en-US/changelogs/1110603.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
metadata/en-US/changelogs/111060.txt

metadata/es/changelogs/111060.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
• Se eliminaron los anuncios para todos.

metadata/es/changelogs/1110603.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
metadata/es/changelogs/111060.txt

metadata/kk/changelogs/111060.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
• Барлығына арналған жарнамалар жойылды

metadata/kk/changelogs/1110603.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
metadata/kk/changelogs/111060.txt

metadata/ru/changelogs/111060.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
• Удалены объявления для всех

metadata/ru/changelogs/1110603.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
metadata/ru/changelogs/111060.txt

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.11.5+111050
19+
version: 1.11.6+111060
2020

2121
environment:
2222
sdk: '>=3.0.6 <4.0.0'

windows/runner/Runner.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
6161
//
6262

6363
#if defined(FLUTTER_VERSION_MAJOR) && defined(FLUTTER_VERSION_MINOR) && defined(FLUTTER_VERSION_PATCH) && defined(FLUTTER_VERSION_BUILD)
64-
#define VERSION_AS_NUMBER 1,11,5,0
64+
#define VERSION_AS_NUMBER 1,11,6,0
6565
#else
66-
#define VERSION_AS_NUMBER 1,11,5,0
66+
#define VERSION_AS_NUMBER 1,11,6,0
6767
#endif
6868

6969
#if defined(FLUTTER_VERSION)
70-
#define VERSION_AS_STRING "1.11.5.0"
70+
#define VERSION_AS_STRING "1.11.6.0"
7171
#else
72-
#define VERSION_AS_STRING "1.11.5.0"
72+
#define VERSION_AS_STRING "1.11.6.0"
7373
#endif
7474

7575
VS_VERSION_INFO VERSIONINFO

0 commit comments

Comments
 (0)