Skip to content

Commit e544042

Browse files
committed
Fix typo in previous commit script
1 parent 7728b2c commit e544042

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

.github/workflows/artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
run: |
3535
gh release create ${{ github.ref_name }} \
3636
./artifacts/* \
37-
--title "Release ${{ github.ref_name }}"
37+
--title "Release ${{ github.ref_name }}" \
3838
--notes-file ReleaseMessage.md

AppImageBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AppDir:
1515
id: com.loloof64.basic_chess_endgames
1616
name: BasicChessEndgames
1717
icon: icon
18-
version: 4.2.13
18+
version: 4.2.14
1919
exec: basicchessendgamestrainer
2020
exec_args: $@
2121
apt:

Basic_chess_endgames.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Desktop Entry]
22
Type=Application
3-
Version=4.2.13
3+
Version=4.2.14
44
Name=BasicChessEndgames
55
Comment=Generate a chess position and play with it
66
Exec=basicchessendgamestrainer

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.2.13
1+
## 4.2.14
22

33
* Minor fixes
44
* Rename window title in desktop version

ios/Flutter/Generated.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FLUTTER_APPLICATION_PATH=/home/laurent/Documents/GitHub/basic_chess_endgames
44
COCOAPODS_PARALLEL_CODE_SIGN=true
55
FLUTTER_TARGET=lib/main.dart
66
FLUTTER_BUILD_DIR=build
7-
FLUTTER_BUILD_NAME=4.2.13
7+
FLUTTER_BUILD_NAME=4.2.14
88
FLUTTER_BUILD_NUMBER=17
99
EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386
1010
EXCLUDED_ARCHS[sdk=iphoneos*]=armv7

ios/Flutter/flutter_export_environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export "FLUTTER_APPLICATION_PATH=/home/laurent/Documents/GitHub/basic_chess_endg
55
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
66
export "FLUTTER_TARGET=lib/main.dart"
77
export "FLUTTER_BUILD_DIR=build"
8-
export "FLUTTER_BUILD_NAME=4.2.13"
8+
export "FLUTTER_BUILD_NAME=4.2.14"
99
export "FLUTTER_BUILD_NUMBER=17"
1010
export "DART_OBFUSCATION=false"
1111
export "TRACK_WIDGET_CREATION=true"

macos/Flutter/ephemeral/Flutter-Generated.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FLUTTER_ROOT=/home/laurent/Programmes/Programmation/flutter
33
FLUTTER_APPLICATION_PATH=/home/laurent/Documents/GitHub/basic_chess_endgames
44
COCOAPODS_PARALLEL_CODE_SIGN=true
55
FLUTTER_BUILD_DIR=build
6-
FLUTTER_BUILD_NAME=4.2.13
6+
FLUTTER_BUILD_NAME=4.2.14
77
FLUTTER_BUILD_NUMBER=17
88
DART_OBFUSCATION=false
99
TRACK_WIDGET_CREATION=true

macos/Flutter/ephemeral/flutter_export_environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export "FLUTTER_ROOT=/home/laurent/Programmes/Programmation/flutter"
44
export "FLUTTER_APPLICATION_PATH=/home/laurent/Documents/GitHub/basic_chess_endgames"
55
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
66
export "FLUTTER_BUILD_DIR=build"
7-
export "FLUTTER_BUILD_NAME=4.2.13"
7+
export "FLUTTER_BUILD_NAME=4.2.14"
88
export "FLUTTER_BUILD_NUMBER=17"
99
export "DART_OBFUSCATION=false"
1010
export "TRACK_WIDGET_CREATION=true"

pubspec.yaml

Lines changed: 3 additions & 3 deletions
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: 4.2.13+18
19+
version: 4.2.14+18
2020

2121
environment:
2222
sdk: '>=3.0.5 <4.0.0'
@@ -51,8 +51,8 @@ dependencies:
5151
antlr4: ^4.13.2
5252
logger: ^2.5.0
5353
http: ^1.2.2
54-
slang: ^4.2.13
55-
slang_flutter: ^4.2.13
54+
slang: ^4.2.14
55+
slang_flutter: ^4.2.14
5656
path_provider: ^2.1.5
5757
path: ^1.9.0
5858
window_manager: ^0.4.3

0 commit comments

Comments
 (0)