Skip to content

Commit

Permalink
v0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed May 1, 2023
1 parent caf5e30 commit 9e88287
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "procss"
version = "0.1.12"
version = "0.1.13"
edition = "2021"
authors = ["Andrew Stein <andrew@prospective.dev>"]
description = "A simple CSS parsing and transformation framework."
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prospective.co/procss",
"version": "0.1.12",
"version": "0.1.13",
"description": "A simple CSS parsing and transformation framework.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion tasks/utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "procss-utils"
version = "0.1.12"
version = "0.1.13"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion tasks/xbuild/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "procss-xbuild"
version = "0.1.12"
version = "0.1.13"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion tasks/xtest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "procss-xtest"
version = "0.1.12"
version = "0.1.13"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 9e88287

Please sign in to comment.