Skip to content

Commit 63e61f6

Browse files
committed
v1.1.0
1 parent 28ab88e commit 63e61f6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.1.0]
2+
3+
- Centered the color picker (@devXprite)
4+
15
## [1.0.1]
26

37
- Update license

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The recommended method for installing CodeUI is via the Extension Marketplace, a
5252
Alternatively, you can download the VSIX from [releases](https://github.com/ryanraposo/codeui/releases) and install using the terminal with command:
5353

5454
```
55-
code --install-extension codeui-1.0.1.vsix
55+
code --install-extension codeui-1.1.0.vsix
5656
```
5757

5858
*Note: it may be necessary to reload vscode if installing via the terminal.*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "SEE LICENSE IN LICENSE.md",
66
"description": "Customize your color theme for VS Code.",
77
"icon": "resources/marketplace/codeui-128.png",
8-
"version": "1.0.1",
8+
"version": "1.1.0",
99
"preview": false,
1010
"galleryBanner": {
1111
"color": "#18191e",

0 commit comments

Comments
 (0)