Skip to content

Commit

Permalink
Bump versions in all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
austencollins committed Aug 6, 2015
1 parent 993f997 commit 9eab29a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/users/show/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jaws-api-lambda",
"version": "0.0.1",
"version": "0.0.2",
"main": "index.js",
"private": true,
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion api/users/signin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jaws-api-lambda",
"version": "0.0.1",
"version": "0.0.2",
"main": "index.js",
"private": true,
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion api/users/signup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jaws-api-lambda",
"version": "0.0.1",
"version": "0.0.2",
"main": "index.js",
"private": true,
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jaws-cli",
"version": "0.0.1",
"version": "0.0.2",
"description": "The JAWS Command line interface for easy testing and deploying of Lambda functions and more!",
"author": "Austen Collins <austen@servant.co>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jaws-lib",
"version": "0.0.1",
"version": "0.0.2",
"description": "The JAWS Stack's App Library. This is for re-usable, modular code that you can require in both your server and lambda functions",
"author": "Austen Collins <austen@servant.co>",
"repository": {
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": "jaws-stack",
"version": "0.0.1",
"version": "0.0.2",
"description": "JAWS – The Javascript + AWS Stack",
"author": "Austen Collins <austen@servant.co>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jaws-dev-server",
"version": "0.0.1",
"version": "0.0.2",
"description": "The JAWS Stack's local development server for you to use while building your website and static assets.",
"author": "Austen Collins <austen@servant.co>",
"license": "MIT",
Expand Down

0 comments on commit 9eab29a

Please sign in to comment.