0
0
Fork 0
mirror of https://git.verdigado.com/NB-Public/simple-wkd.git synced 2024-12-04 20:12:50 +01:00
This commit is contained in:
Delta1925 2023-05-20 23:58:34 +02:00
parent 73288f4b58
commit a61f03f412
No known key found for this signature in database
GPG key ID: 1C21ACE44193CB25
3 changed files with 3 additions and 3 deletions

2
backend/Cargo.lock generated
View file

@ -2089,7 +2089,7 @@ dependencies = [
[[package]]
name = "simple-wkd"
version = "1.2.0"
version = "1.2.1"
dependencies = [
"actix-files",
"actix-web",

View file

@ -1,6 +1,6 @@
[package]
name = "simple-wkd"
version = "1.2.0"
version = "1.2.1"
edition = "2021"
[dependencies]

View file

@ -1,7 +1,7 @@
{
"name": "simple-wkd-frontend",
"type": "module",
"version": "1.2.0",
"version": "1.2.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",