Skip to content

Commit

Permalink
v0.12.105 release
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerbrandl committed Jan 20, 2024
1 parent 215f062 commit 468073d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "com.github.holgerbrandl"
version = "0.12.104"
version = "0.12.105"
//version = "2023.1-SNAPSHOT"
//version = "0.12-SNAPSHOT"

Expand Down
3 changes: 2 additions & 1 deletion docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ git push origin --tags
./gradlew publishMavenPublicationToMavenLocal

#./gradlew publishToSonatype closeSonatypeStagingRepository
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
#./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
./gradlew publish
```


Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
To get started simply add it as a dependency:
```
dependencies {
implementation "com.github.holgerbrandl:kalasim:0.12.104"
implementation "com.github.holgerbrandl:kalasim:0.12.105"
}
```

Expand Down

0 comments on commit 468073d

Please sign in to comment.