Skip to content

Commit 4117158

Browse files
committed
Version corrected
1 parent 8713c82 commit 4117158

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
pwd;
3333
ls -l;
3434
ls -l target;
35-
cp target/AetherOnePi-1.3.6.jar aetherOnePi/beta/release/;
35+
cp target/AetherOnePi-1.3.7.jar aetherOnePi/beta/release/;
3636
cp backgrounds/*.jpg aetherOnePi/beta/release/backgrounds/;
3737
cp data_images/IMAGE_CHAKRAS/*.* aetherOnePi/beta/release/data_images/IMAGE_CHAKRAS/;
3838
cp data_images/IMAGE_AURAS/*.* aetherOnePi/beta/release/data_images/IMAGE_AURAS/;
3939
cp processing/HotbitsFromWebCam/HotbitsFromWebCam.pde aetherOnePi/beta/release/processing/HotbitsFromWebCam/;
4040
cp start*.bat aetherOnePi/beta/release/;
4141
- uses: actions/upload-artifact@master
4242
with:
43-
name: AetherOnePi-1.3.6
43+
name: AetherOnePi-1.3.7
4444
path: aetherOnePi/beta/release

startGui.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
call java -jar AetherOnePi-1.3.6.jar
1+
call java -jar AetherOnePi-1.3.7.jar
22
rem pause

0 commit comments

Comments
 (0)