diff options
author | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-28 14:51:17 -0600 |
---|---|---|
committer | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-28 14:51:17 -0600 |
commit | 8aa1fddb3e1a3b010f7172c3e8965f8a844d2227 (patch) | |
tree | 1316a39c91eb38ab33b6e2f65355fe870b532ee0 /package.json | |
parent | 2082070fa9d79fe0702441f814f920095d1393c9 (diff) | |
download | ToDo-App-FE-92c40297322a985f183b7ddc5d9080e884f881ef.tar.gz ToDo-App-FE-92c40297322a985f183b7ddc5d9080e884f881ef.zip |
Database can now be implemented.v0.4.0
Although it still uses Redux and stores the to dos internally, calls to
the API are made to refresh the to dos and store them.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 6ecc296..86b3378 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "front-end-to-do-app", "private": true, - "version": "0.3.0", + "version": "1.0.0", "scripts": { "dev": "vite --port 8080", "build": "vite build", |