From 8fb8dacd183b8f3472c2a34cb77797dcbcb025fd Mon Sep 17 00:00:00 2001 From: Nathan Graule Date: Fri, 22 Sep 2017 00:04:38 +0200 Subject: Version bump to v1.0.1 --- package.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 8b62f31..bf1a9f8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "linux-themes", "displayName": "Linux Themes for VS Code", "description": "Color themes designed to match the popular Ubuntu themes.", - "version": "0.5.0", + "version": "1.0.1", "publisher": "SolarLiner", "icon": "icon.png", "license": "MIT", @@ -27,6 +27,16 @@ "label": "Adapta Nokto", "uiTheme": "vs-dark", "path": "./themes/adapta-nokto.json" + }, + { + "label": "United Ubuntu", + "uiTheme": "vs-dark", + "path": "./themes/united-gnome.json" + }, + { + "label": "Ambiance [beta]", + "uiTheme": "vs-dark", + "path": "./themes/ambiance.json" } ] } -- cgit v1.2.3