Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreyashKore committed Oct 28, 2024
1 parent c2b1217 commit 7202f74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true
## Group and version
GROUP=com.gyanoba.inspektor
VERSION_NAME=0.2.0
VERSION_NAME=0.3.0
## POM
POM_INCEPTION_YEAR=2024
POM_URL=https://github.com/ShreyashKore/inspektor
Expand All @@ -32,5 +32,5 @@ POM_DEVELOPER_ID=Gyanoba
POM_DEVELOPER_NAME=Shreyash Kore
POM_DEVELOPER_URL=https://github.com/ShreyashKore/
POM_GROUP_ID=com.gyanoba.inspektor
POM_VERSION=0.2.0
POM_VERSION=0.3.0
POM_DESCRIPTION=Inspektor is an HTTP inspection library for Ktor
2 changes: 1 addition & 1 deletion inspektor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

group = "com.gyanoba.inspektor"
version = "0.2.0"
version = "0.3.0"

kotlin {
explicitApiWarning()
Expand Down

0 comments on commit 7202f74

Please sign in to comment.