Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnafnafee committed Sep 23, 2024
1 parent f389ccb commit e0871d2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build extension

on:
push:
branches: ["fix-readme"]
branches: ["main"]

jobs:
build:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Build extension
run: vsce package -o postscript-preview-${{ steps.package-version.outputs.current-version }}.vsix
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: postscript-preview-${{ steps.package-version.outputs.current-version }}.vsix
path: postscript-preview-${{ steps.package-version.outputs.current-version }}.vsix
Expand All @@ -37,5 +37,5 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: Release v${{ steps.package-version.outputs.current-version }}
draft: true
draft: false
files: postscript-preview-${{ steps.package-version.outputs.current-version }}.vsix
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [0.4.3] - 2024-09-23
## [0.4.4] - 2024-09-23

- Fixed README issues
- Added doc to pin to version 0.89.0 for poppler on Windows
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "postscript-preview",
"displayName": "PostScript Preview",
"description": "PostScript Preview is an extension that helps to preview EPS and PS files in Visual Studio Code.",
"version": "0.4.3",
"version": "0.4.4",
"icon": "images/logo.png",
"publisher": "ahnafnafee",
"engines": {
Expand Down

0 comments on commit e0871d2

Please sign in to comment.