Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
asm0dey committed May 12, 2023
1 parent 7cfe6ab commit 9633d56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
branches: [ "main" ]

permissions:
contents: read
contents: write

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group = "io.github.asm0dey"
version = "0.0.14"
version = "0.0.15"
application {
mainClass.set("io.github.asm0dey.ApplicationKt")

Expand Down

0 comments on commit 9633d56

Please sign in to comment.