Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Dec 5, 2023
1 parent 6ca8c9c commit 5452626
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ After adding the dprint plugin, update your `dprint.json` and add configuration:
{
// ...
"plugins": [
"https://plugins.dprint.dev/g-plane/malva-v0.1.2.wasm"
"https://plugins.dprint.dev/g-plane/malva-v0.1.3.wasm"
],
"malva": {
// Malva config comes here
Expand Down
2 changes: 1 addition & 1 deletion dprint_plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dprint_plugin_malva"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Pig Fang <g-plane@hotmail.com>"]
description = "Malva as dprint plugin."
Expand Down
2 changes: 1 addition & 1 deletion dprint_plugin/deployment/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dprint-plugin-malva",
"description": "Malva as dprint plugin.",
"version": "0.1.2",
"version": "0.1.3",
"author": "Pig Fang <g-plane@hotmail.com>",
"repository": "g-plane/malva",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion dprint_plugin/deployment/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://plugins.dprint.dev/g-plane/malva/v0.1.2/schema.json",
"$id": "https://plugins.dprint.dev/g-plane/malva/v0.1.3/schema.json",
"title": "Config",
"description": "Configuration for dprint-plugin-malva.",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion malva/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "malva"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Pig Fang <g-plane@hotmail.com>"]
description = "Configurable, smart and fast CSS/SCSS/Sass/Less formatter."
Expand Down
2 changes: 1 addition & 1 deletion malva_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "malva_cli"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Pig Fang <g-plane@hotmail.com>"]
description = "CSS/SCSS/Sass/Less formatter."
Expand Down
2 changes: 1 addition & 1 deletion standalone_wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "standalone_wasm"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Pig Fang <g-plane@hotmail.com>"]
description = "WebAssembly build of Malva."
Expand Down

0 comments on commit 5452626

Please sign in to comment.