File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
src/main/java/com/fidd/cryptor/forms Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88}
99
1010group ' com.fidd.cryptor'
11- version ' 0.0.15 -amd64'
11+ version ' 0.0.16 -amd64'
1212
1313repositories {
1414 mavenCentral()
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88}
99
1010group ' com.fidd.packer'
11- version ' 0.0.15 -amd64'
11+ version ' 0.0.16 -amd64'
1212
1313repositories {
1414 mavenCentral()
You can’t perform that action at this time.
0 commit comments