Skip to content

Commit

Permalink
Update version to 0.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonScholz committed Nov 26, 2023
1 parent b0ca3b6 commit f361732
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Getting a released version:
[source, kotlin]
----
dependencies {
implementation("io.github.simonscholz:qr-code-with-logo:0.1.0")
implementation("io.github.simonscholz:qr-code-with-logo:0.2.0")
}
----

Expand All @@ -50,7 +50,7 @@ repositories {
}
dependencies {
implementation("io.github.simonscholz:qr-code-with-logo:0.2.0-SNAPSHOT")
implementation("io.github.simonscholz:qr-code-with-logo:0.3.0-SNAPSHOT")
}
----

Expand All @@ -61,7 +61,7 @@ dependencies {
<dependency>
<groupId>io.github.simonscholz</groupId>
<artifactId>qr-code-with-logo</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
----

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=io.github.simonscholz
POM_ARTIFACT_ID=qr-code-with-logo
VERSION_NAME=0.2.0
VERSION_NAME=0.3.0-SNAPSHOT

POM_NAME=QR Code with logo
POM_DESCRIPTION=Customizable qr code generatation with different colors and shapes and logos using awt
Expand Down
2 changes: 1 addition & 1 deletion java-sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
}

dependencies {
implementation("io.github.simonscholz:qr-code-with-logo:0.2.0-SNAPSHOT")
implementation("io.github.simonscholz:qr-code-with-logo:0.3.0-SNAPSHOT")

testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.1")
Expand Down

0 comments on commit f361732

Please sign in to comment.