Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellimws committed Mar 5, 2020
1 parent faa21b8 commit 3e89560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VSCode extension for interacting with Vivado installed on a vagrant machine. Assumes the setup described [here](https://github.com/daniellimws/vivado-mac).

### Installation
Download the [package](https://github.com/daniellimws/viv/releases/download/0.0.1/viv-0.0.1.vsix) from the releases. Not published onto the VSCode marketplace because it seems like a lot of work. Then run the following command to install.
Download the [package](https://github.com/daniellimws/viv/releases/download/0.1.1/viv-0.1.1.vsix) from the releases. Not published onto the VSCode marketplace because it seems like a lot of work. Then run the following command to install.

```sh
code --install-extension viv.vsix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "viv",
"displayName": "viv",
"description": "Vivado in VSCode",
"version": "0.0.1",
"version": "0.1.1",
"engines": {
"vscode": "^1.42.0"
},
Expand Down

0 comments on commit 3e89560

Please sign in to comment.