Skip to content

Commit

Permalink
Bump to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
esdmr committed Sep 29, 2022
1 parent 7a4d13c commit ca59a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fish-completion",
"displayName": "Fish completion",
"version": "0.0.1",
"version": "0.0.2",
"description": "Intellisense for fish scripts",
"categories": [
"Other"
Expand All @@ -13,7 +13,7 @@
"author": "Saeed M Rad <esdmr0@gmail.com> (https://github.com/esdmr)",
"publisher": "esdmr",
"main": "./resources/extension.js",
"icon": "https://raw.githubusercontent.com/esdmr/box-drawing-sidebar/v0.0.1/resources/icon.png",
"icon": "resources/icon.png",
"scripts": {
"build": "pnpm run build:extension",
"build:extension": "rollup --config rollup/extension.js",
Expand Down

0 comments on commit ca59a69

Please sign in to comment.