Skip to content

Commit

Permalink
[+] Published first official version of Bill Gates, v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lei-Tin committed Dec 9, 2022
1 parent 45c88c7 commit d3380c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Java Gradle build and Release

env:
version: 0.1.0
description: "This is a test release"
version: 1.0.0
description: "The is the first official release of Bill Gates"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test {
shadowJar {
archiveBaseName.set('BillGates')
archiveClassifier.set('')
archiveVersion.set('0.1.0')
archiveVersion.set('1.0.0')
}

jar {
Expand Down

0 comments on commit d3380c5

Please sign in to comment.