bump the version

This commit is contained in:
Yanick Champoux 2023-05-04 14:47:26 -04:00
parent 342d1b6f3a
commit e8fa1cc6c5

View File

@ -9,13 +9,13 @@
"updeep": "^1.2.1" "updeep": "^1.2.1"
}, },
"license": "MIT", "license": "MIT",
"main": "src/index.js", "module": "dist/index.js",
"name": "updux", "name": "updux",
"description": "Updeep-friendly Redux helper framework", "description": "Updeep-friendly Redux helper framework",
"scripts": { "scripts": {
"docsify:serve": "docsify serve docs" "docsify:serve": "docsify serve docs"
}, },
"version": "4.0.0", "version": "5.0.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/yanick/updux.git" "url": "git+https://github.com/yanick/updux.git"