Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaciejm committed Nov 21, 2023
1 parent f4c7274 commit fe150b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ plugins {
id("com.vanniktech.maven.publish") version "0.25.2"
}

val versionCode by extra { 3 }
val versionName by extra { "0.3.0" }
val versionCode by extra { 4 }
val versionName by extra { "0.4.0" }
val minSdkVersion by extra { 23 }
val compileSdkVersion by extra { 33 }
val targetSdkVersion by extra { 33 }
Expand Down
4 changes: 2 additions & 2 deletions rasp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ fun configureDokka(dokkaTask: DokkaTask, outputDir: String) = dokkaTask.apply {

mavenPublishing {
group = "com.securevale.rasp"
version = "0.3.0"
coordinates("com.securevale", "rasp-android", "0.3.0")
version = "0.4.0"
coordinates("com.securevale", "rasp-android", "0.4.0")

publishToMavenCentral(SonatypeHost.S01, true)
signAllPublications()
Expand Down

0 comments on commit fe150b0

Please sign in to comment.