Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
msx80 committed Sep 2, 2024
1 parent f03ee0f commit 5af268c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build android
run: |
cd android-mvn
mvn --batch-mode -Dcartridge.artifactId=doorsofdoom -Dcartridge.groupId=com.github.msx80.omicron -Dcartridge.version=0.0.5-SNAPSHOT clean install android:apk
mvn --batch-mode -Dcartridge.artifactId=doorsofdoom -Dcartridge.groupId=com.github.msx80.omicron -Dcartridge.version=0.0.5 clean install android:apk
- name: Deploy Apk
uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion doorsofdoom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<artifactId>doorsofdoom</artifactId>
<groupId>com.github.msx80.omicron</groupId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion doorsofdoom/src/main/resources/omicron.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ omicron.omicronVersion=0.0.1
omicron.name=Doors of Doom
omicron.pkg=com.github.msx80.doorsofdoom
omicron.main=DoorsOfDoom
omicron.versionCode=1
omicron.versionCode=2
omicron.orientation=landscape

0 comments on commit 5af268c

Please sign in to comment.