Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Oct 11, 2023
1 parent ae494c3 commit daf6269
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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 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.0.0"
version = "0.1.0"
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/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/0.0.0/schema.json",
"$id": "https://plugins.dprint.dev/g-plane/malva/v0.1.0/schema.json",
"type": "object",
"definitions": {
"printWidth": {
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.0.0"
version = "0.1.0"
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.0.0"
version = "0.1.0"
edition = "2021"
authors = ["Pig Fang <g-plane@hotmail.com>"]
description = "CSS/SCSS/Sass/Less formatter."
Expand Down

0 comments on commit daf6269

Please sign in to comment.