Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nodh committed Aug 2, 2021
1 parent e2d6a70 commit ec8f2ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.1'
}
```

Expand Down Expand Up @@ -612,7 +612,7 @@ See these links for details:
## Changelog
Version NEXT:
Version 1.3.1:
- Rework verification of timestamps in the HCERT CWT, to work around some weird codes appearing in production
- New error codes `CWT_NOT_YET_VALID` and `PUBLIC_KEY_NOT_YET_VALID`, see above
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.1"

java.sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down

0 comments on commit ec8f2ee

Please sign in to comment.