Skip to content

Commit 35777ba

Browse files
committed
Version increment (0.1.0 => 0.1.1).
1 parent b85f635 commit 35777ba

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Here are a few common issues.
1111

1212
## [Unreleased]
1313

14+
## [0.1.1] - 2019-11-09
15+
1416
### Added
1517

1618
- Keywords in package.json to improve extension search in market place.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "https://github.com/michelcaradec/string-checker-js"
1010
},
1111
"license": "MIT",
12-
"version": "0.1.0",
12+
"version": "0.1.1",
1313
"engines": {
1414
"vscode": "^1.38.0"
1515
},

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export class Constants {
22
static readonly ExtensionName = 'string-checker-js';
33
static readonly ExtensionNameHumanReadable = 'String Checker JS';
4-
static readonly ExtensionVersion = 'v0.1.0';
4+
static readonly ExtensionVersion = 'v0.1.1';
55
static readonly ExtensionID = 'string-checker-js';
66
static readonly ItemStringPrefix = 'string:';
77
static readonly ItemRegexPrefix = 'regex:';

0 commit comments

Comments
 (0)