Skip to content

Commit

Permalink
Updated changelog and bumped version to v11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unthrottled committed Apr 5, 2021
1 parent aee0a92 commit a3cb66b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

# 11.1.0 [Usability Updates]

- Fixed all theme usability issues found in [#46](https://github.com/doki-theme/doki-theme-vscode/issues/46).

# 11.0.0 [Astolfo, Maika, Rias, & Rei]

## 4 New Themes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "The Doki Theme",
"description": "A bunch of themes with cute anime girls. Code with your waifu!",
"publisher": "unthrottled",
"version": "11.0.0",
"version": "11.1.0",
"license": "MIT",
"icon": "Doki-Theme.png",
"galleryBanner": {
Expand Down
2 changes: 1 addition & 1 deletion src/NotificationService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { VSCodeGlobals } from "./VSCodeGlobals";
import { attemptToGreetUser } from "./WelcomeService";

const SAVED_VERSION = "doki.theme.version";
const DOKI_THEME_VERSION = "v11.0.0";
const DOKI_THEME_VERSION = "v11.1.0";

export function attemptToNotifyUpdates(context: vscode.ExtensionContext) {
const savedVersion = VSCodeGlobals.globalState.get(SAVED_VERSION);
Expand Down

0 comments on commit a3cb66b

Please sign in to comment.