From fb02b6fa83efb466cbb04ae67bc17969fe73c720 Mon Sep 17 00:00:00 2001 From: cm-ayf Date: Wed, 22 May 2024 15:11:53 +0900 Subject: [PATCH] v0.3.0-rc.1 (#28) --- Cargo.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 182a1b4..85d8f7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "om-syrinx" -version = "0.3.0-rc0" +version = "0.3.0-rc.1" [lib] crate-type = ["cdylib"] diff --git a/package.json b/package.json index 320c144..681ef14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@discordjs-japan/om-syrinx", - "version": "0.3.0-rc0", + "version": "0.3.0-rc.1", "main": "lib/index.js", "types": "lib/index.d.ts", "napi": {