Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
NSGolova committed Dec 17, 2023
1 parent 1d6cd14 commit c731b37
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build

on:
push:
branches: [ master ]
tags: v*
pull_request:
branches: [ master ]
push:
branches: [master]
tags: v*
pull_request:
branches: [master]

jobs:
Build:
Expand All @@ -20,7 +20,7 @@ jobs:
uses: beat-forge/init-beatsaber@v1.1.0
with:
token: ${{ github.token }}
version: 1.33.0
version: 1.34.2
- name: Download Mod Dependencies
uses: Goobwabber/download-beatmods-deps@1.2
with:
Expand All @@ -44,6 +44,6 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./${{ steps.Build.outputs.filename }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
files: ./${{ steps.Build.outputs.filename }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4 changes: 2 additions & 2 deletions Source/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"id": "BeatLeader",
"name": "BeatLeader",
"author": "",
"version": "0.9.4",
"version": "0.9.5",
"description": "",
"gameVersion": "1.34.0",
"gameVersion": "1.34.2",
"dependsOn": {
"LeaderboardCore": "^1.4.1",
"BeatSaberMarkupLanguage": "^1.6.6",
Expand Down

0 comments on commit c731b37

Please sign in to comment.