Skip to content

Commit

Permalink
1.3.0 and add github publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryFans committed Jan 23, 2022
1 parent 78a6f3e commit 4f35427
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ And Then Enter your apikey in my app and enjoy it.
- v1.0 support macOS Pick file to compress image
- v1.1 support macOS、windows, can drag file into app to compress image in macOS
- v1.2 support clear task and retry task
- v1.3 support open and select single success compress file

## Release App Latest

Expand Down
5 changes: 5 additions & 0 deletions distribute_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ releases:
build_args:
dart-define:
APP_ENV: production
publish:
target: github
args:
repo-owner: JerryFans
repo-name: TinyPNG4Flutter
- name: release-windows-exe
package:
platform: windows
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.2.0+1
version: 1.3.0+1

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 4f35427

Please sign in to comment.