mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
bump version
This commit is contained in:
parent
f59fa17ec0
commit
d9ee1b26e7
@ -9,5 +9,5 @@
|
||||
"dependencies": {
|
||||
"corenode": "^0.28.26"
|
||||
},
|
||||
"version": "0.18.0"
|
||||
"version": "0.18.1"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "comty",
|
||||
"version": "0.18.0",
|
||||
"version": "0.18.1",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "comty-desktop",
|
||||
"version": "0.18.0",
|
||||
"version": "0.18.1",
|
||||
"main": "main/index.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@comty/server",
|
||||
"version": "0.18.0",
|
||||
"version": "0.18.1",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "corenode-cli build",
|
||||
@ -29,4 +29,4 @@
|
||||
"cross-env": "^7.0.3",
|
||||
"nodemon": "^2.0.15"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@comty/streaming-server",
|
||||
"author": "RageStudio",
|
||||
"version": "0.18.0",
|
||||
"version": "0.18.1",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon --ignore dist/ --exec corenode-node ./src/index.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user