mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-12-04 19:52:50 +01:00
1.1.0
This commit is contained in:
parent
47fe198598
commit
1636a97e15
3 changed files with 3 additions and 3 deletions
2
backend/Cargo.lock
generated
2
backend/Cargo.lock
generated
|
@ -2089,7 +2089,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "simple-wkd"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
dependencies = [
|
||||
"actix-files",
|
||||
"actix-web",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "simple-wkd"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "simple-wkd-frontend",
|
||||
"type": "module",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
|
|
Loading…
Reference in a new issue