diff --git a/CHANGELOG.md b/CHANGELOG.md index 9631420..09199a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 9.3.1 +## 10.0.0 * `Plugin`: * `Plugin#setupBotPlugin` now will call start plugin by default diff --git a/gradle.properties b/gradle.properties index 388cc67..df50981 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,4 +5,4 @@ kotlin.js.generate.externals=true kotlin.incremental=true group=dev.inmo -version=9.3.1 +version=10.0.0