diff --git a/inno_setup.iss b/inno_setup.iss index 999816b..d17a070 100644 --- a/inno_setup.iss +++ b/inno_setup.iss @@ -1,6 +1,6 @@ [Setup] AppName=Ciyue -AppVersion=1.22.0 +AppVersion=1.22.1 AppPublisher=Mumulhl DefaultDirName={autopf}\Ciyue DefaultGroupName=Ciyue diff --git a/pubspec.yaml b/pubspec.yaml index 9cbfa48..a452a76 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.22.0 +version: 1.22.1+85 environment: sdk: ">=3.4.0 <4.0.0"