Skip to content

Commit

Permalink
SOP-Java 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vanitasvitae committed Nov 7, 2022
1 parent 7326d3c commit 76cc909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0

# Changelog

## 4.0.3-SNAPSHOT
## 4.0.3
- `decrypt`: Rename option `--verify-out` to `--verifications-out`, but keep `--verify-out` as alias
- Fix: `decrypt`: Flush output stream in order to prevent empty file as result of `--session-key-out`
- Fix: Properly format session key for `--session-key-out`
Expand Down
2 changes: 1 addition & 1 deletion version.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
allprojects {
ext {
shortVersion = '4.0.3'
isSnapshot = true
isSnapshot = false
minAndroidSdk = 10
javaSourceCompatibility = 1.8
junitVersion = '5.8.2'
Expand Down

0 comments on commit 76cc909

Please sign in to comment.