Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
NSGolova committed Sep 29, 2024
1 parent 45bb7f2 commit a014ef3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
branches: [master, 1.37.1]
branches: [master]
tags: v*
pull_request:
branches: [master]
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
BUILDTEXT: Filename=${{ steps.Build.outputs.filename }}
ASSEMBLYNAME: AssemblyName=${{ steps.Build.outputs.assemblyname }}
- name: Upload Artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ${{ steps.Build.outputs.filename }}
path: ${{ steps.Build.outputs.artifactpath }}
Expand Down
6 changes: 3 additions & 3 deletions Source/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"id": "BeatLeader",
"name": "BeatLeader",
"author": "",
"version": "0.9.22",
"version": "0.9.23",
"description": "beatleader.xyz | In-game leaderboards for custom and OST maps | Score replays | Clans, events, playlists and much more",
"gameVersion": "1.37.3",
"gameVersion": "1.37.4",
"dependsOn": {
"SongCore": "^3.14.11",
"LeaderboardCore": "^1.6.0",
"LeaderboardCore": "^1.7.0",
"BeatSaberMarkupLanguage": "^1.6.6",
"BSIPA": "^4.2.2",
"SiraUtil": "^3.1.0",
Expand Down

0 comments on commit a014ef3

Please sign in to comment.