diff --git a/lib/src/define.dart b/lib/src/define.dart index cc3d0f7..ac3eff5 100644 --- a/lib/src/define.dart +++ b/lib/src/define.dart @@ -1,5 +1,5 @@ const appName = "Moe Sticker App"; -const versionNumber = "v0.1.8"; +const versionNumber = "v0.1.9"; const projectUrl = "https://github.com/star-39/moe-sticker-bot"; const botName = String.fromEnvironment('MSB_BOT_NAME'); const defaultWebappDomainName = "msb39.eu.org"; diff --git a/pubspec.yaml b/pubspec.yaml index c1a90d7..2ab4f8e 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 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # 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: 0.1.8+9 +version: 0.1.9+10 environment: sdk: '>3.0.0'