From 8aa1fddb3e1a3b010f7172c3e8965f8a844d2227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Sun, 28 May 2023 14:51:17 -0600 Subject: Database can now be implemented. 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') 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", -- cgit v1.2.3