We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84fa884 commit 487aefeCopy full SHA for 487aefe
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## NEXT
+## 0.3.1
4
* Add `hashCode()` and `equals` in `IpInterface`
5
6
## 0.3.0
gradle.properties
@@ -4,7 +4,7 @@ kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.stability.nowarn=true
kotlin.native.ignoreDisabledTargets=true
7
-artifactVersion = 0.3.1-SNAPSHOT
+artifactVersion = 0.3.1
8
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
9
android.experimental.lint.version=8.9.3
10
android.lint.useK2Uast=true
0 commit comments