Skip to content

Commit

Permalink
Merge pull request #51 from vnma0/version
Browse files Browse the repository at this point in the history
Proceed to next minor
  • Loading branch information
dungwinux authored Mar 5, 2019
2 parents 9b98476 + 6f6eb66 commit e78fdb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wafter",
"version": "1.0.0",
"version": "1.5.0",
"description": "Mirai's Backend",
"main": "src/index.js",
"bin": "build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function mainPrompt() {
async function main() {
let res = {};

Console.log("MIRAI Wafter 1.0.0");
Console.log("MIRAI Wafter 1.5");
Console.log("Copyright (c) 2018 Vườn ươm A0. MIT License.");

try {
Expand Down

0 comments on commit e78fdb2

Please sign in to comment.