Skip to content

Commit 7a5a3df

Browse files
committed
1 parent 6137d08 commit 7a5a3df

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rari/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
license = { workspace = true }

packages/rari-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rari-darwin-arm64",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Runtime Accelerated Rendering Infrastructure (macOS ARM64 binary)",
55
"author": "Ryan Skinner",
66
"license": "MIT",

packages/rari-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rari-darwin-x64",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Runtime Accelerated Rendering Infrastructure (macOS x64 binary)",
55
"author": "Ryan Skinner",
66
"license": "MIT",

packages/rari-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rari-linux-arm64",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Runtime Accelerated Rendering Infrastructure (Linux ARM64 binary)",
55
"author": "Ryan Skinner",
66
"license": "MIT",

packages/rari-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rari-linux-x64",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Runtime Accelerated Rendering Infrastructure (Linux x64 binary)",
55
"author": "Ryan Skinner",
66
"license": "MIT",

packages/rari-win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rari-win32-x64",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Runtime Accelerated Rendering Infrastructure (Windows x64 binary)",
55
"author": "Ryan Skinner",
66
"license": "MIT",

0 commit comments

Comments
 (0)