Skip to content

Commit

Permalink
Merge pull request #11 from AssistantDKM/develop
Browse files Browse the repository at this point in the history
πŸ”– 0.0.11
  • Loading branch information
Khaoz-Topsy authored May 8, 2023
2 parents 7f0e732 + 40782ca commit fe7a2fe
Show file tree
Hide file tree
Showing 18 changed files with 12 additions and 13 deletions.
Binary file modified assets/store/fullScreenshots.pdn
Binary file not shown.
Binary file modified assets/store/fullTabletScreenshots.pdn
Binary file not shown.
Binary file modified assets/store/screen1-ios-12.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/store/screen1-ios-5.5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/store/screen1-ios-6.5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/store/screen1-ios-6.7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/store/screen1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/store/screen2-ios-12.9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/store/screen2-ios-5.5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/store/screen2-ios-6.5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/store/screen2-ios-6.7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/store/screen2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assistantDKM.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Assistant for Dinkum"
#define MyAppVersion "0.0.10"
#define MyAppVersion "0.0.11"
#define MyAppPublisher "AssistantApps"
#define MyAppURL "https://dinkum.assistantapps.com/"
#define MyAppExeName "assistant_dinkum_app.exe"
Expand Down
2 changes: 1 addition & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ workflows:
- prod
vars:
PACKAGE_NAME: com.assistantapps.assistant_dinkum_app
GOOGLE_PLAY_TRACK: 'alpha'
GOOGLE_PLAY_TRACK: 'production'
flutter: master
triggering:
events:
Expand Down
6 changes: 3 additions & 3 deletions lib/env/app_version_num.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const appsBuildNum = 10;
const appsBuildName = '0.0.10';
const appsCommit = '35a57424813c23007b5810cec57abb4ef40d0353';
const appsBuildNum = 11;
const appsBuildName = '0.0.11';
const appsCommit = '21971b6b2d6852a8ffcaf352e90929d42994d9dc';
2 changes: 1 addition & 1 deletion lib/env/assistant_apps_settings.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const assistantAppsAppGuid = 'e9fb4e7e-79d8-c5a2-79fa-e206b0681780';
const currentWhatIsNewGuid = '9333906b-3262-438c-b03f-5931c87de295';
const currentWhatIsNewGuid = '6e8eb4da-042e-4e36-a913-eab69e4e541f';
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: assistant_dinkum_app
description: Assistant for Dinkum
version: 0.0.10+10 # dart scripts\version_num_script.dart
version: 0.0.11+11 # dart scripts\version_num_script.dart
publish_to: none

environment:
Expand Down Expand Up @@ -33,7 +33,7 @@ dependencies:

# Misc
collection: 1.17.1
intl: 0.18.0
intl: 0.18.1
path: 1.8.3

dev_dependencies:
Expand All @@ -45,8 +45,8 @@ dev_dependencies:
msix: 3.10.1
git: 2.2.0

# dependency_overrides:
# win32: 4.1.0
dependency_overrides:
intl: 0.18.1

flutter_icons: ## flutter pub run flutter_launcher_icons:main
ios: true
Expand All @@ -70,7 +70,7 @@ flutter_icons: ## flutter pub run flutter_launcher_icons:main
msix_config: # https://pub.dev/documentation/msix/latest/
display_name: Assistant for Dinkum
publisher_display_name: AssistantApps
msix_version: 0.0.10.0
msix_version: 0.0.11.0
identity_name: notSureIfSecret
publisher: notSureIfSecret
logo_path: './assets/icon/fullSizeIcon.png'
Expand Down
3 changes: 1 addition & 2 deletions releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
- ✨ Improve the display of the "process from" section
- πŸ› Fix "What Is New" page for GithubWindows platform
- πŸ‘· Automation of Build and Release
- πŸ› Minor bug fixes

0 comments on commit fe7a2fe

Please sign in to comment.