Skip to content

Commit

Permalink
Release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nodh committed Aug 26, 2021
1 parent bcb65ca commit f199389
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ repositories {
}

dependencies {
implementation 'com.github.ehn-dcc-development.hcert-kotlin:hcert-kotlin-jvm:master-SNAPSHOT'
implementation 'com.github.ehn-dcc-development.hcert-kotlin:hcert-kotlin-jvm:1.3.2'
}
```

Expand Down Expand Up @@ -612,8 +612,8 @@ See these links for details:
## Changelog
Version NEXT:
- tbd
Version 1.3.2:
- Export `SignedDataDownloader` to JS
Version 1.3.1:
- Rework verification of timestamps in the HCERT CWT, to work around some weird codes appearing in production
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "ehn.techiop.hcert"
version = "1.4.0-SNAPSHOT"
version = "1.3.2"

java.sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down

0 comments on commit f199389

Please sign in to comment.