Skip to content

Commit eeb9cef

Browse files
bump version to 0.1.0
1 parent 5280bdb commit eeb9cef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ file.
9090

9191
```groovy
9292
dependencies {
93-
implementation "eu.europa.ec.eudi:eudi-lib-android-verifier-core:0.1.0-SNAPSHOT"
93+
implementation "eu.europa.ec.eudi:eudi-lib-android-verifier-core:0.1.0"
9494
}
9595
```
9696

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ systemProp.sonar.host.url=https://sonarcloud.io
4343
systemProp.sonar.gradle.skipCompile=true
4444
systemProp.sonar.coverage.jacoco.xmlReportPaths=build/reports/jacoco/testDebugUnitTestCoverage/testDebugUnitTestCoverage.xml,build/reports/jacoco/testReleaseUnitTestCoverage/testReleaseUnitTestCoverage.xml
4545
systemProp.sonar.projectName=eudi-lib-android-verifier-core
46-
VERSION_NAME=0.1.0-SNAPSHOT
46+
VERSION_NAME=0.1.0
4747

4848
SONATYPE_HOST=CENTRAL_PORTAL
4949
SONATYPE_AUTOMATIC_RELEASE=false

0 commit comments

Comments
 (0)