From a0f78e37d2ad76f95cb0e7cf45bc0db00be04dbd Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Mon, 24 Jun 2019 10:48:45 +1000 Subject: [PATCH] tweaking for marketplace --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 824c690..124351b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to the "vscode-profile-switcher" extension will be documente Check [Keep a Changelog](http://keepachan2gelog.com/) for recommendations on how to structure this file. +## 0.1.3 - 2019-06-24 + +- Tweaking settings for marketplace + ## 0.1.2 - 2019-06-24 - Adding a logo diff --git a/package.json b/package.json index 3b8bc4d..d2eacad 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-profile-switcher", "displayName": "Profile Switcher", "description": "Allows you to switch between different profiles you have created", - "version": "0.1.2", + "version": "0.1.3", "preview": true, "license": "SEE LICENSE IN LICENSE.md", "publisher": "aaronpowell", @@ -10,7 +10,7 @@ "icon": "images/logo.png", "galleryBanner": { "color": "#373436", - "theme": "light" + "theme": "dark" }, "extensionKind": "ui", "repository": {