Skip to content

Commit

Permalink
Bump up version to v0.3.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle authored Feb 28, 2024
1 parent fc80d90 commit fbd928b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
publish:
uses: ./.github/workflows/release-template.yml
with:
version: 0.3.0.${{ github.run_number }}-preview
version: 0.3.1.${{ github.run_number }}-preview
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release-vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'release'

env:
VERSION: 0.3.0
VERSION: 0.3.1
NUGET_REPO_URL: 'https://api.nuget.org/v3/index.json'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
publish:
uses: ./.github/workflows/release-template.yml
with:
version: 0.3.0
version: 0.3.1
secrets: inherit

0 comments on commit fbd928b

Please sign in to comment.