mirror of
https://github.com/p-stream/backend.git
synced 2026-01-11 20:10:33 +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,
|
||||
"version": "2.0.1",
|
||||
"scripts": {
|
||||
"build": "nitro build",
|
||||
"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