Skip to content

Commit

Permalink
v3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hilleer committed Sep 6, 2017
1 parent d725772 commit 477f5d6
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.3.2"
"version": "3.3.4"
}
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.3.2",
"version": "3.3.4",
"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.3.2",
"version": "3.3.4",
"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.3.2",
"nocms-plugin-directory-resources": "^3.3.4",
"nocms-plugin-file-resources": "^3.1.0",
"nocms-plugin-json-resources": "^3.1.0",
"sinon": "^1.17.4",
Expand Down

0 comments on commit 477f5d6

Please sign in to comment.