release: version up

This commit is contained in:
iCrawl 2018-02-07 13:40:11 +01:00
parent e82b783ffb
commit 24f1d51f06
No known key found for this signature in database
GPG key ID: E41A6DB922EC2CFE

View file

@ -1,7 +1,7 @@
{
"name": "discord-vscode",
"displayName": "Discord Presence",
"version": "2.2.0",
"version": "2.2.1",
"description": "Update your discord status with the newly added rich presence.",
"private": true,
"author": {
@ -18,6 +18,7 @@
"license": "MIT",
"main": "./out/src/extension",
"scripts": {
"vscode:prepublish": "tsc -p ./",
"compile": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "node ./node_modules/vscode/bin/test",