Skip to content

Commit

Permalink
Merge pull request #853 from slxdy/version-bump
Browse files Browse the repository at this point in the history
Bump project version to v0.7.1
  • Loading branch information
HerpDerpinstine authored Feb 3, 2025
2 parents 58c4ef8 + 3c2ddc4 commit 26cf049
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build MelonLoader

run-name: 0.7.0${{ github.event_name != 'workflow_dispatch' && format('-ci.{0}', github.run_number) || '' }} | ${{ github.event_name != 'workflow_dispatch' && (github.event.head_commit.message || format('`[PR]` {0}', github.event.pull_request.title)) || 'Manual Build' }}
run-name: 0.7.1${{ github.event_name != 'workflow_dispatch' && format('-ci.{0}', github.run_number) || '' }} | ${{ github.event_name != 'workflow_dispatch' && (github.event.head_commit.message || format('`[PR]` {0}', github.event.pull_request.title)) || 'Manual Build' }}

env:
DEVVERSION: "0.7.0"
DEVVERSION: "0.7.1"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.7.0</Version>
<Version>0.7.1</Version>
<Il2CppInteropVersion>1.4.6-ci.579</Il2CppInteropVersion>

<Authors>Lava Gang</Authors>
Expand Down

0 comments on commit 26cf049

Please sign in to comment.