Skip to content

Commit

Permalink
v0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Nov 26, 2023
1 parent 3af4c30 commit ea5be4c
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.14"
version = "0.1.15"
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.14",
"version": "0.1.15",
"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.14"
version = "0.1.15"
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.14"
version = "0.1.15"
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.14"
version = "0.1.15"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit ea5be4c

Please sign in to comment.