Skip to content

Commit

Permalink
chore: bump version to 0.0.1-beta.4 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygolba committed Apr 21, 2016
1 parent 7c529fa commit 77dcdbe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/social-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"lux-framework": "0.0.1-beta.3",
"lux-framework": "0.0.1-beta.4",
"babel-core": "6.7.4",
"babel-eslint": "6.0.2",
"babel-plugin-transform-decorators-legacy": "1.3.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"lux-framework": "0.0.1-beta.3",
"lux-framework": "0.0.1-beta.4",
"babel-core": "6.7.4",
"babel-eslint": "6.0.2",
"babel-plugin-transform-decorators-legacy": "1.3.4",
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": "lux-framework",
"version": "0.0.1-beta.3",
"version": "0.0.1-beta.4",
"description": "A MVC style Node.js framework for building lightning fast JSON APIs",
"repository": "https://github.com/postlight/lux",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import generate from './commands/generate';

import tryCatch from '../../utils/try-catch';

cli.version('0.0.1-beta.3');
cli.version('0.0.1-beta.4');

cli
.command('n <name>')
Expand Down
2 changes: 1 addition & 1 deletion src/packages/cli/templates/package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default (name) => {
"author": "",
"license": "MIT",
"dependencies": {
"lux-framework": "0.0.1-beta.3",
"lux-framework": "0.0.1-beta.4",
"babel-core": "6.7.4",
"babel-eslint": "6.0.2",
"babel-plugin-transform-decorators-legacy": "1.3.4",
Expand Down

0 comments on commit 77dcdbe

Please sign in to comment.