We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3612fc7 commit a105832Copy full SHA for a105832
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# 1.3.0
+# 1.3.1
2
3
- Updated Ktor to `1.3.0`
4
buildSrc/src/main/kotlin/Library.kt
@@ -2,5 +2,5 @@ object Library: Dependency {
override val group = "com.algolia"
override val artifact = "algoliasearch-client-kotlin"
5
- override val version = "1.3.0-beta01"
+ override val version = "1.3.1"
6
}
0 commit comments