From 3e895606086b66178f3b43cb10166e23af3eab3b Mon Sep 17 00:00:00 2001 From: Daniel Lim Wee Soong Date: Thu, 5 Mar 2020 10:00:00 +0800 Subject: [PATCH] Update package version --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0d8031..fd3e749 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 379935e..3d0228e 100644 --- a/package.json +++ b/package.json @@ -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" },