Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psiotwo committed Sep 22, 2022
1 parent 39edb45 commit 473f14d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sourceCompatibility = '11'
targetCompatibility = '11'

group 'com.github.psiotwo'
version '1.0-SNAPSHOT'
version '0.0.1'

repositories {
mavenCentral()
Expand Down Expand Up @@ -46,7 +46,7 @@ publishing {
mavenJava(MavenPublication) {
groupId = 'com.github.psiotwo'
artifactId = 'ontology-version-extractor'
version = '1.0-SNAPSHOT'
version = '0.0.1'

from components.java
}
Expand Down

0 comments on commit 473f14d

Please sign in to comment.