Skip to content

Commit

Permalink
🔖 41.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed May 7, 2018
1 parent 44bc346 commit cfaf5c8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "bemuse",
"version": "40.0.0",
"version": "41.0.0",
"description": "BEAT☆MUSIC☆SEQUENCE, a web-based music game of the future",
"main": "index.js",
"private": true,
"workspaces": ["website"],
"workspaces": [
"website"
],
"scripts": {
"build": "gulp build",
"build:ios": "cross-env NODE_ENV=ios gulp build",
Expand All @@ -29,7 +31,9 @@
"type": "git",
"url": "https://github.com/spacetme/bemuse.git"
},
"keywords": ["bms"],
"keywords": [
"bms"
],
"author": "Thai Pangsakulyanont <org.yi.dttvb@gmail.com> (http://dt.in.th/)",
"license": "AGPL-1.0",
"bugs": {
Expand Down

0 comments on commit cfaf5c8

Please sign in to comment.