Skip to content

Commit ea5be4c

Browse files
committed
v0.1.15
1 parent 3af4c30 commit ea5be4c

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "procss"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
edition = "2021"
55
authors = ["Andrew Stein <[email protected]>"]
66
description = "A simple CSS parsing and transformation framework."

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prospective.co/procss",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"description": "A simple CSS parsing and transformation framework.",
55
"repository": {
66
"type": "git",

tasks/utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "procss-utils"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
edition = "2021"
55

66
[lib]

tasks/xbuild/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "procss-xbuild"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
edition = "2021"
55

66
[[bin]]

tasks/xtest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "procss-xtest"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
edition = "2021"
55

66
[[bin]]

0 commit comments

Comments
 (0)