Skip to content

Commit

Permalink
More merges
Browse files Browse the repository at this point in the history
  • Loading branch information
JockeJarre committed Mar 23, 2024
1 parent 05100d7 commit be9a42a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/b2s-backglass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- platform: x86
config: Release
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: DirectOutput/B2SServerPluginInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("2.1.2")>
<Assembly: AssemblyFileVersion("2.1.2")>
<Assembly: AssemblyInformationalVersion("2.1.2")>
<Assembly: AssemblyVersion("2.1.1")>
<Assembly: AssemblyFileVersion("2.1.1")>
<Assembly: AssemblyInformationalVersion("2.1.1")>
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("2.1.2")>
<Assembly: AssemblyFileVersion("2.1.2")>
<Assembly: AssemblyInformationalVersion("2.1.2")>
<Assembly: AssemblyVersion("2.1.1")>
<Assembly: AssemblyFileVersion("2.1.1")>
<Assembly: AssemblyInformationalVersion("2.1.1")>

0 comments on commit be9a42a

Please sign in to comment.