Skip to content

Commit

Permalink
chore: prepare release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Jan 29, 2023
1 parent 74fcebc commit c85b201
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.2.1
> Published 29 Jan 2023
### Added
- Darwin simulator and x86 targets

# 1.2.0
> Published 30 Dec 2022
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin.js.compiler=ir

# Lib
GROUP=com.aallam.ulid
VERSION_NAME=1.2.0
VERSION_NAME=1.2.1

# OSS
SONATYPE_HOST=DEFAULT
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ kotlin-allopen = { id = "org.jetbrains.kotlin.plugin.allopen", version.ref = "ko
kotlinx-binary-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.11.0" }
kotlinx-kover = { id = "org.jetbrains.kotlinx.kover", version = "0.5.1" }
kotlinx-benchmark = { id = "org.jetbrains.kotlinx.benchmark", version.ref = "benchmark" }
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.21.0" }
maven-publish = { id = "com.vanniktech.maven.publish", version = "0.24.0" }
spotless = { id = "com.diffplug.gradle.spotless", version = "6.9.0" }

0 comments on commit c85b201

Please sign in to comment.