Skip to content

Commit

Permalink
# - type: feat, fix, docs, style, refactor, test, chore
Browse files Browse the repository at this point in the history
 # - scope: can be empty
 # - subject: start with verb (such as 'change'), 50-character line
 #
 # body: 72-character wrapped. This should answer:
 # * Why was this change necessary?
 # * How does it address the problem?
 # * Are there any side effects?
 #
 # footer:
 # - Include a link to the issue.
 # - BREAKING CHANGE
 #
 build:release version 1.0.1
  • Loading branch information
Leon406 committed Jul 7, 2021
1 parent 8664792 commit 53ee210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'application'
}
group = 'me.leon.toolfx'
version = '1.0.0.alpha01'
version = '1.0.1'

repositories {
mavenCentral()
Expand Down

0 comments on commit 53ee210

Please sign in to comment.