Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hilleer committed Jul 20, 2017
1 parent 2902b23 commit 3a50997
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 @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "3.2.0"
"version": "3.2.1"
}
2 changes: 1 addition & 1 deletion packages/nocms-plugin-directory-resources/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nocms-plugin-directory-resources",
"version": "3.1.0",
"version": "3.2.1",
"description": "Directory Resources for NOCMS",
"scripts": {
"build": "babel src --out-dir lib",
Expand Down
4 changes: 2 additions & 2 deletions packages/nocms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nocms",
"version": "3.2.0",
"version": "3.2.1",
"description": "You don't need a CMS",
"scripts": {
"build": "babel src --out-dir .",
Expand Down Expand Up @@ -41,7 +41,7 @@
"eslint-plugin-import": "^2.2.0",
"mocha": "^3.0.2",
"mocha-eslint": "^3.0.1",
"nocms-plugin-directory-resources": "^3.1.0",
"nocms-plugin-directory-resources": "^3.2.1",
"nocms-plugin-file-resources": "^3.1.0",
"nocms-plugin-json-resources": "^3.1.0",
"sinon": "^1.17.4",
Expand Down

0 comments on commit 3a50997

Please sign in to comment.