Bump minor version number

This commit is contained in:
Talia 2023-12-21 23:50:01 +01:00
parent 79a728520e
commit 1e8b033817
Signed by: darkwiiplayer
GPG Key ID: 7808674088232B3E
1 changed files with 18 additions and 18 deletions

View File

@ -1,20 +1,20 @@
{ {
"name": "skooma", "name": "skooma",
"version": "1.0.1", "version": "1.1.0",
"author": "darkwiiplayer", "author": "darkwiiplayer",
"license": "Unlicense", "license": "Unlicense",
"main": "skooma.js", "main": "skooma.js",
"type": "module", "type": "module",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/darkwiiplayer/skooma-js" "url": "git+https://github.com/darkwiiplayer/skooma-js"
}, },
"keywords": [ "keywords": [
"skooma", "skooma",
"components", "components",
"functional", "functional",
"html", "html",
"ui", "ui",
"utility" "utility"
] ]
} }