Skip to content

Commit 3c67a2a

Browse files
committed
Update Mieru 2 to v2.2.0
1 parent 463108b commit 3c67a2a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release_mieru2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
path: ~/.gradle
3131
key: gradle-${{ hashFiles('**/*.gradle.kts') }}
3232
- name: Install Golang
33-
uses: actions/setup-go@v4
33+
uses: actions/setup-go@v5
3434
if: steps.cache.outputs.cache-hit != 'true'
3535
with:
36-
go-version: 1.21.4
36+
go-version: 1.21.5
3737
- name: Native Build
3838
if: steps.cache.outputs.cache-hit != 'true'
3939
run: ./run plugin mieru2

plugin/mieru2/src/main/go/mieru2

sager.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ BROOK_VERSION=5
1111
HYSTERIA2_VERSION_NAME=2.2.2
1212
HYSTERIA2_VERSION=10
1313

14-
MIERU2_VERSION_NAME=2.1.0
15-
MIERU2_VERSION=2
14+
MIERU2_VERSION_NAME=2.2.0
15+
MIERU2_VERSION=3
1616

1717
SHADOWTLS_VERSION_NAME=0.2.23
1818
SHADOWTLS_VERSION=1

0 commit comments

Comments
 (0)