Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalw committed Mar 9, 2018
1 parent 47e4ee3 commit cb5c3ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"project_template/",
"."
],
"version": "3.2.2",
"version": "3.3.0",
"npmClient": "yarn",
"commands": {
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maji",
"version": "3.2.2",
"version": "3.3.0",
"license": "MIT",
"module": "lib/bundle.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/create-maji-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-maji-app",
"version": "3.2.2",
"version": "3.3.0",
"license": "MIT",
"bin": {
"create-maji-app": "./create-app.js",
Expand All @@ -20,6 +20,6 @@
"node": ">= 6.0.0"
},
"devDependencies": {
"maji": "^3.2.2"
"maji": "^3.3.0"
}
}

0 comments on commit cb5c3ea

Please sign in to comment.