Skip to content

Commit

Permalink
Bump version to 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Grub4K committed Oct 16, 2024
1 parent b63b0b6 commit 46efd1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Build and release
env:
GH_TOKEN: ${{ github.token }}
TARGETS: |
windows x64 .exe
linux x64
Expand Down
4 changes: 2 additions & 2 deletions VDFparse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<Product>VDFparse</Product>
<Description>Convert binary Steam .vdf files to JSON</Description>
<Version>4.1</Version>
<Version>4.2</Version>
<Authors>Simon Sawicki (Grub4K)</Authors>
<Copyright>Copyright (c) 2021-2023 Simon Sawicki</Copyright>
<Copyright>Copyright (c) 2021-2024 Simon Sawicki</Copyright>

<TargetFramework>net8</TargetFramework>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit 46efd1c

Please sign in to comment.