bump version

This commit is contained in:
Dave Horton
2026-03-31 09:21:23 -04:00
parent dd57a0a41a
commit b18e00c172
2 changed files with 475 additions and 471 deletions
+473 -453
View File
File diff suppressed because it is too large Load Diff
+2 -18
View File
@@ -1,28 +1,12 @@
{ {
"name": "jambonz-webapp", "name": "jambonz-webapp",
"description": "A simple provisioning web app for jambonz", "description": "A simple provisioning web app for jambonz",
"version": "0.9.5", "version": "0.9.6",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"engines": { "engines": {
"node": ">=18" "node": ">= 20.0.0"
}, },
"contributors": [
{
"name": "Brandon Lee Kitajchuk",
"email": "bk@kitajchuk.com",
"url": "https://www.kitajchuk.com"
},
{
"name": "Lê Hàn Minh Khang",
"email": "mkhangle20@gmail.com"
},
{
"name": "Dave Horton",
"email": "daveh@drachtio.org",
"url": "https://drachtio.org"
}
],
"scripts": { "scripts": {
"prepare": "husky install", "prepare": "husky install",
"postinstall": "rm -rf public/fonts && cp -R node_modules/@jambonz/ui-kit/public/fonts public/fonts", "postinstall": "rm -rf public/fonts && cp -R node_modules/@jambonz/ui-kit/public/fonts public/fonts",