Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Commit

Permalink
Version bump (-> v0.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
ks888 committed May 9, 2017
1 parent 3a415a8 commit a9e76ed
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .env
@@ -1,6 +1,3 @@
# The name of your service
SERVICE_NAME=MyService

# The name of CloudFormation stack
STACK_NAME=StatusPage01

Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# LambStatus

[![Launch CloudFormation Stack](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=StatusPage&templateURL=https://s3-ap-northeast-1.amazonaws.com/lambstatus/cf-template/0.2.1/lamb-status.yml)
[![Launch CloudFormation Stack](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=StatusPage&templateURL=https://s3-ap-northeast-1.amazonaws.com/lambstatus/cf-template/0.3.0/lamb-status.yml)
[![wercker status](https://app.wercker.com/status/fcb6fb7398629e934ae0538737021d14/s/master "wercker status")](https://app.wercker.com/project/byKey/fcb6fb7398629e934ae0538737021d14)
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/ks888/LambStatus)

Expand Down Expand Up @@ -32,7 +32,7 @@ Status page system is able to make use of the benefits of Serverless architectur

Launch your cloudformation stack by clicking the button below:

[![Launch CloudFormation Stack](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=StatusPage&templateURL=https://s3-ap-northeast-1.amazonaws.com/lambstatus/cf-template/0.2.1/lamb-status.yml)
[![Launch CloudFormation Stack](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=StatusPage&templateURL=https://s3-ap-northeast-1.amazonaws.com/lambstatus/cf-template/0.3.0/lamb-status.yml)

When a window to create a new CloudFormation stack is opened (like below), click Next.

Expand Down
2 changes: 1 addition & 1 deletion cloudformation/lamb-status.yml
Expand Up @@ -15,7 +15,7 @@ Parameters:
Mappings:
Constants:
LambStatus:
Version: 0.2.1
Version: 0.3.0
Resources:
LambdaRole:
Type: AWS::IAM::Role
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "lamb-status",
"version": "0.2.1",
"version": "0.3.0",
"description": "Serverless Status Pages",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "lamb-status-frontend",
"version": "0.2.1",
"version": "0.3.0",
"description": "Frontend for LambStatus",
"main": "index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lambda/package.json
@@ -1,6 +1,6 @@
{
"name": "lamb-status-lambda",
"version": "0.2.1",
"version": "0.3.0",
"description": "AWS Lambda functions for LambStatus",
"engines": {
"node": ">=4.2.0",
Expand Down

0 comments on commit a9e76ed

Please sign in to comment.