Skip to content

Commit

Permalink
Bump version of CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Feb 13, 2020
1 parent 2a7aaca commit 859ab3c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svgmini"
version = "0.0.2"
version = "0.1.0"
authors = ["Praveen Perera <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion npm/lib/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (forceInstall) {
console.log("--force, ignoring caches");
}

const VERSION = "v0.0.2";
const VERSION = "v0.1.0";
const BIN_PATH = path.join(__dirname, "../bin");

process.on("unhandledRejection", (reason, promise) => {
Expand Down
5 changes: 5 additions & 0 deletions vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to the "svgmini" extension will be documented in this file.

## [0.1.0]

- Strip comments from SVGs
- Added explainer GIF to ReadME

## [0.0.1]

- Initial release

0 comments on commit 859ab3c

Please sign in to comment.