Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaciras committed Feb 24, 2022
1 parent 26606ac commit 466f6f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- run: pnpm install

- run: pnpm run compile:ts
- run: pnpm run compile

- name: Build Example
run: pnpm run build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-svg-sfc",
"version": "0.1.0",
"version": "0.2.0",
"description": "Convert SVGs to Vue single file component(SFC), support <style> tag",
"author": "Kaciras <Kaciras@outlook.com>",
"license": "MIT",
Expand Down

0 comments on commit 466f6f9

Please sign in to comment.