Skip to content

Commit f57112a

Browse files
authored
1.2.2
1 parent f4e3370 commit f57112a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inno-setup.iss

Lines changed: 1 addition & 1 deletion
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 "Revision Tool"
5-
#define MyAppVersion "1.2.1"
5+
#define MyAppVersion "1.2.2"
66
#define MyAppPublisher "Revision"
77
#define MyAppURL "https://www.revi.cc/"
88
#define MyAppExeName "revitool.exe"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1818
# In Windows, build-name is used as the major, minor, and patch parts
1919
# of the product and file versions while build-number is used as the build suffix.
20-
version: 1.2.1+1
20+
version: 1.2.2+1
2121

2222
environment:
2323
sdk: '>=2.19.2 <3.0.0'

0 commit comments

Comments
 (0)