Skip to content

Commit

Permalink
prepare release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkanellopoulos committed Jan 13, 2025
1 parent 7828295 commit 0d0a9ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ file.
```kotlin
dependencies {
// EUDI Wallet RQES service library
implementation("eu.europa.ec.eudi:eudi-lib-android-rqes-core:0.1.0")
implementation("eu.europa.ec.eudi:eudi-lib-android-rqes-core:0.1.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ systemProp.sonar.host.url=https://sonarcloud.io
systemProp.sonar.gradle.skipCompile=true
systemProp.sonar.coverage.jacoco.xmlReportPaths=build/reports/jacoco/testDebugUnitTestCoverage/testDebugUnitTestCoverage.xml,build/reports/jacoco/testReleaseUnitTestCoverage/testReleaseUnitTestCoverage.xml
systemProp.sonar.projectName=eudi-lib-android-rqes-core
VERSION_NAME=0.1.1-SNAPSHOT
VERSION_NAME=0.1.1

SONATYPE_HOST=S01
SONATYPE_AUTOMATIC_RELEASE=false
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencycheck = "9.0.9"
dokka = "1.9.20"
espresso-contrib = "3.6.1"
espresso-core = "3.6.1"
eudi-rqes-jvm = "0.1.1-SNAPSHOT"
eudi-rqes-jvm = "0.1.1"
gradle-plugin = "8.6.0"
jacoco = "0.8.12"
java = "17"
Expand Down

0 comments on commit 0d0a9ce

Please sign in to comment.