Skip to content

Commit a9e348b

Browse files
committed
Bump version
1 parent 87c75a9 commit a9e348b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-natives.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permissions:
44
on:
55
workflow_dispatch:
66
push:
7-
branches: [drop-platforms]
7+
branches: [main]
88
tags: ["*"]
99

1010
jobs:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'party.iroiro.luajava'
2-
version(System.getenv('IS_RELEASE') == 'true' ? '4.0.2' : '4.0.3-SNAPSHOT')
2+
version(System.getenv('IS_RELEASE') == 'true' ? '4.0.2' : '4.0.4-SNAPSHOT')
33

44

55

0 commit comments

Comments
 (0)