Skip to content

Commit fff58bb

Browse files
committed
v1.0.1
1 parent 85bd750 commit fff58bb

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [1.0.1]
4+
5+
- Update license
6+
37
## [1.0.0]
48

59
- Added Color Picker

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[![LoveIt;ShipIt](https://gitlab.com/ryanraposo/LoveItShipIt/-/raw/master/sticker/loveitshipit.svg)](http://github.com/ryanraposo/LoveItShipIt)
1212

13-
[![Version](https://img.shields.io/badge/version-1.0.0-red)]()
13+
[![Version](https://img.shields.io/badge/version-1.0.1-red)]()
1414
[![License](https://img.shields.io/badge/license-MIT-blue.svg)]()
1515

1616
</div>
@@ -51,7 +51,7 @@ The recommended method for installing CodeUI is via the Extension Marketplace, a
5151
Alternatively, you can download the VSIX from [releases](https://github.com/ryanraposo/codeui/releases) and install using the terminal with command:
5252

5353
```
54-
code --install-extension codeui-1.0.0.vsix
54+
code --install-extension codeui-1.0.1.vsix
5555
```
5656

5757
*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.0",
8+
"version": "1.0.1",
99
"preview": false,
1010
"galleryBanner": {
1111
"color": "#18191e",

0 commit comments

Comments
 (0)