mirror of
https://github.com/p-stream/backend.git
synced 2026-04-21 18:22:18 +00:00
bump bersion
This commit is contained in:
parent
0cacd84da7
commit
fc31e82ad7
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"version": "2.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "nitro build",
|
"build": "nitro build",
|
||||||
"dev": "nitro dev",
|
"dev": "nitro dev",
|
||||||
|
|
|
||||||
|
|
@ -1 +1,3 @@
|
||||||
export const version = '2.0.0';
|
import { version } from '../../package.json';
|
||||||
|
|
||||||
|
export { version };
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue