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",
"version": "1.0.1",
"author": "darkwiiplayer",
"license": "Unlicense",
"main": "skooma.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/darkwiiplayer/skooma-js"
},
"keywords": [
"skooma",
"components",
"functional",
"html",
"ui",
"utility"
]
"name": "skooma",
"version": "1.1.0",
"author": "darkwiiplayer",
"license": "Unlicense",
"main": "skooma.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/darkwiiplayer/skooma-js"
},
"keywords": [
"skooma",
"components",
"functional",
"html",
"ui",
"utility"
]
}