File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
src/main/java/com/fidd/cryptor/forms
src/main/java/com/fidd/view/forms Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 7171 GITHUB_TOKEN : ${{ github.token }}
7272 with :
7373 upload_url : ${{ steps.create_release.outputs.upload_url }}
74- asset_path : Cryptor/build/libs/Cryptor-0.2.3 -amd64-all.jar
75- asset_name : Cryptor-0.2.3 -amd64-all.jar
74+ asset_path : Cryptor/build/libs/Cryptor-0.2.4 -amd64-all.jar
75+ asset_name : Cryptor-0.2.4 -amd64-all.jar
7676 asset_content_type : application/jar
7777
7878 - name : Upload FiddPacker x64 artifact
8181 GITHUB_TOKEN : ${{ github.token }}
8282 with :
8383 upload_url : ${{ steps.create_release.outputs.upload_url }}
84- asset_path : FiddPacker/build/libs/FiddPacker-0.2.3 -amd64-all.jar
85- asset_name : FiddPacker-0.2.3 -amd64-all.jar
84+ asset_path : FiddPacker/build/libs/FiddPacker-0.2.4 -amd64-all.jar
85+ asset_name : FiddPacker-0.2.4 -amd64-all.jar
8686 asset_content_type : application/jar
8787
8888 - name : Upload FiddView x64 artifact
9191 GITHUB_TOKEN : ${{ github.token }}
9292 with :
9393 upload_url : ${{ steps.create_release.outputs.upload_url }}
94- asset_path : FiddView/build/libs/FiddView-0.2.3 -amd64-all.jar
95- asset_name : FiddView-0.2.3 -amd64-all.jar
94+ asset_path : FiddView/build/libs/FiddView-0.2.4 -amd64-all.jar
95+ asset_name : FiddView-0.2.4 -amd64-all.jar
9696 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.2.3 -amd64'
11+ version ' 0.2.4 -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.2.3 " , ButtonType .OK );
117+ Alert alert = new Alert (Alert .AlertType .NONE , "Cryptor v 0.2.4 " , 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.2.3 -amd64'
11+ version ' 0.2.4 -amd64'
1212
1313repositories {
1414 mavenCentral()
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88}
99
1010group ' com.fidd.view'
11- version ' 0.2.3 -amd64'
11+ version ' 0.2.4 -amd64'
1212
1313repositories {
1414 mavenCentral()
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ public MainForm() {
101101 }
102102
103103 public void showAboutDialog () {
104- Alert alert = new Alert (Alert .AlertType .NONE , "FiddView v 0.2.3 " , ButtonType .OK );
104+ Alert alert = new Alert (Alert .AlertType .NONE , "FiddView v 0.2.4 " , ButtonType .OK );
105105 alert .showAndWait ();
106106 }
107107
You can’t perform that action at this time.
0 commit comments