Skip to content

Commit 575379f

Browse files
committed
version bumped to 0.0.16
1 parent 9f56d77 commit 575379f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
GITHUB_TOKEN: ${{ github.token }}
6666
with:
6767
upload_url: ${{ steps.create_release.outputs.upload_url }}
68-
asset_path: Cryptor/build/libs/Cryptor-0.0.15-amd64-all.jar
69-
asset_name: Cryptor-0.0.15-amd64-all.jar
68+
asset_path: Cryptor/build/libs/Cryptor-0.0.16-amd64-all.jar
69+
asset_name: Cryptor-0.0.16-amd64-all.jar
7070
asset_content_type: application/jar
7171

7272
- name: Upload FiddPacker x64 artifact
@@ -75,6 +75,6 @@ jobs:
7575
GITHUB_TOKEN: ${{ github.token }}
7676
with:
7777
upload_url: ${{ steps.create_release.outputs.upload_url }}
78-
asset_path: FiddPacker/build/libs/FiddPacker-0.0.15-amd64-all.jar
79-
asset_name: FiddPacker-0.0.15-amd64-all.jar
78+
asset_path: FiddPacker/build/libs/FiddPacker-0.0.16-amd64-all.jar
79+
asset_name: FiddPacker-0.0.16-amd64-all.jar
8080
asset_content_type: application/jar

Cryptor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group 'com.fidd.cryptor'
11-
version '0.0.15-amd64'
11+
version '0.0.16-amd64'
1212

1313
repositories {
1414
mavenCentral()

Cryptor/src/main/java/com/fidd/cryptor/forms/MainForm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public MainForm() {
114114
}
115115

116116
public void showAboutDialog() {
117-
Alert alert = new Alert(Alert.AlertType.NONE, "Cryptor v 0.0.15", ButtonType.OK);
117+
Alert alert = new Alert(Alert.AlertType.NONE, "Cryptor v 0.0.16", ButtonType.OK);
118118
alert.showAndWait();
119119
}
120120

FiddPacker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group 'com.fidd.packer'
11-
version '0.0.15-amd64'
11+
version '0.0.16-amd64'
1212

1313
repositories {
1414
mavenCentral()

0 commit comments

Comments
 (0)