Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanraposo committed Jun 28, 2022
1 parent 85bd750 commit fff58bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.0.1]

- Update license

## [1.0.0]

- Added Color Picker
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

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

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

```
code --install-extension codeui-1.0.0.vsix
code --install-extension codeui-1.0.1.vsix
```

*Note: it may be necessary to reload vscode if installing via the terminal.*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "SEE LICENSE IN LICENSE.md",
"description": "Customize your color theme for VS Code.",
"icon": "resources/marketplace/codeui-128.png",
"version": "1.0.0",
"version": "1.0.1",
"preview": false,
"galleryBanner": {
"color": "#18191e",
Expand Down

0 comments on commit fff58bb

Please sign in to comment.