File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed
src/main/java/com/fidd/cryptor/forms
src/main/java/com/fidd/packer/forms
src/main/java/com/fidd/view/forms Expand file tree Collapse file tree 7 files changed +12
-12
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.4 -amd64-all.jar
75- asset_name : Cryptor-0.2.4 -amd64-all.jar
74+ asset_path : Cryptor/build/libs/Cryptor-0.2.5 -amd64-all.jar
75+ asset_name : Cryptor-0.2.5 -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.4 -amd64-all.jar
85- asset_name : FiddPacker-0.2.4 -amd64-all.jar
84+ asset_path : FiddPacker/build/libs/FiddPacker-0.2.5 -amd64-all.jar
85+ asset_name : FiddPacker-0.2.5 -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.4 -amd64-all.jar
95- asset_name : FiddView-0.2.4 -amd64-all.jar
94+ asset_path : FiddView/build/libs/FiddView-0.2.5 -amd64-all.jar
95+ asset_name : FiddView-0.2.5 -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.4 -amd64'
11+ version ' 0.2.5 -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.4 " , ButtonType .OK );
117+ Alert alert = new Alert (Alert .AlertType .NONE , "Cryptor v 0.2.5 " , 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.4 -amd64'
11+ version ' 0.2.5 -amd64'
1212
1313repositories {
1414 mavenCentral()
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ public MainForm() {
257257 }
258258
259259 public void showAboutDialog () {
260- Alert alert = new Alert (Alert .AlertType .NONE , "FiddPacker v 0.0.1 " , ButtonType .OK );
260+ Alert alert = new Alert (Alert .AlertType .NONE , "FiddPacker v 0.2.5 " , ButtonType .OK );
261261 alert .showAndWait ();
262262 }
263263
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99}
1010
1111group ' com.fidd.view'
12- version ' 0.2.4 -amd64'
12+ version ' 0.2.5 -amd64'
1313
1414repositories {
1515 mavenCentral()
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ public MainForm() {
132132 }
133133
134134 public void showAboutDialog () {
135- Alert alert = new Alert (Alert .AlertType .NONE , "FiddView v 0.2.4 " , ButtonType .OK );
135+ Alert alert = new Alert (Alert .AlertType .NONE , "FiddView v 0.2.5 " , ButtonType .OK );
136136 alert .showAndWait ();
137137 }
138138
You can’t perform that action at this time.
0 commit comments