diff options
author | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-19 20:55:28 -0600 |
---|---|---|
committer | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-19 20:55:28 -0600 |
commit | c824e2bc5669eab2b1f1420601e0ee1d17da71fc (patch) | |
tree | 8ef36ff4c0d2b9576ddb2621b0c210d316a20cb8 /package.json | |
parent | ebb75b93e85416de5c760fe7ba39f14d92c9e732 (diff) | |
download | ToDo-App-FE-c824e2bc5669eab2b1f1420601e0ee1d17da71fc.tar.gz ToDo-App-FE-c824e2bc5669eab2b1f1420601e0ee1d17da71fc.zip |
Merge with main. Stable branch.v0.2.0
Diffstat (limited to '')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index d67fbd7..3b7dcce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "front-end-to-do-app", "private": true, - "version": "0.1.0", + "version": "0.2.0", "scripts": { "dev": "vite", "build": "vite build", |