Skip to content

Commit

Permalink
chore: release 0.0.1-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMalch committed Jul 23, 2024
1 parent ad96e63 commit 46262e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ captures
.cxx
local.properties
xcuserdata
.kotlin
.kotlin

# secret local workaround, while I'm struggling with the plugin :')
.deploy
deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

allprojects {
group = "io.github.janmalch" // must match verified namespace in Maven Central
version = "0.0.1-alpha.1"
version = "0.0.1-alpha.2"
}

nexusPublishing {
Expand Down

0 comments on commit 46262e6

Please sign in to comment.