Skip to content

Commit e007379

Browse files
committed
v0.3.5
1 parent bc7b012 commit e007379

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bin/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
const path = require('path');
66

7-
global.LIBERTY_VERSION = '0.3.3';
7+
global.LIBERTY_VERSION = '0.3.5';
88
process.chdir(path.join(__dirname, '..')); // root dir
99

1010
const models = require('../lib/models');

docs/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "LibertyEngine",
55
"description": "API documentation of LibertyEngine.",
6-
"version": "0.3.3"
6+
"version": "0.3.5"
77
},
88
"host": "localhost:3001",
99
"basePath": "/",

docs/yui.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "LibertyEngine",
33
"description": "LibertyEngine",
4-
"version": "0.3.3",
4+
"version": "0.3.5",
55
"url": "https://github.com/librewiki/liberty-engine/",
66
"options": {
77
"linkNatives": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liberty-engine",
3-
"version": "0.3.3",
3+
"version": "0.3.5",
44
"engines": {
55
"node": ">=8"
66
},

view

0 commit comments

Comments
 (0)