Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsnappy1 committed Nov 2, 2024
1 parent bcbbd5b commit 9483789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
uses: actions/[email protected]
with:
name: bundle
path: resourcemanager/build/upload/dev
path: resourcemanager/build/upload
2 changes: 1 addition & 1 deletion resourcemanager/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ afterEvaluate {
from(components["java"])
groupId = "dev.randos"
artifactId = "resourcemanager"
version = "1.0.0"
version = "1.0.1"

val bundle = file(layout.buildDirectory.dir("zip/bundle.zip"))
artifact(bundle)
Expand Down

0 comments on commit 9483789

Please sign in to comment.