feat: update crates/package versions

This commit is contained in:
Valerio Ageno
2024-05-25 11:31:38 +02:00
parent 89ffcf0923
commit b96fdc5c4e
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -47,6 +47,7 @@ jobs:
override: true
- uses: katyo/publish-crates@v2
with:
args: -p tuono
dry-run: true
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
check-repo: true
@@ -95,5 +96,6 @@ jobs:
override: true
- uses: katyo/publish-crates@v2
with:
args: -p tuono
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
check-repo: true
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tuono"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
authors = ["V. Ageno <valerioageno@yahoo.it>"]
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tuono",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"scripts": {
"dev": "vite build --watch",