Skip to content

Commit dfd9903

Browse files
authored
Merge pull request #39 from Onix-Systems/feat/v21_update
feat(v21_update): inc version
2 parents 3bb407e + cc14c22 commit dfd9903

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

installers/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
3+
# Onix Flutter Project Generator
4+
5+
6+
## Creating DMG installer
7+
8+
Use following command:
9+
10+
`rm ‘release/Onix Flutter Project Generator.dmg’ && flutter clean && flutter build macos --release && appdmg installers/dmg_creator/config.json ‘release/Onix Flutter Project Generator.dmg’`
11+

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Onix Flutter Clean Architecture
33

44
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
55

6-
version: 1.0.20+20
6+
version: 1.0.21+21
77

88
environment:
99
sdk: '>=3.2.0 <4.0.0'

0 commit comments

Comments
 (0)