Skip to content

Commit

Permalink
version beta.15
Browse files Browse the repository at this point in the history
  • Loading branch information
pre63 committed Nov 13, 2016
1 parent 45e2f0c commit 0e390d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/atomable
Expand Up @@ -36,7 +36,7 @@ console.log(chalk.blue(' ___ _/ /____ __ _ ___ _/ / / /__ ')); // eslint-disa
console.log(chalk.blue("/ _ `/ __/ _ \\/ ' / _ `/ _ \\/ / -_)")); // eslint-disable-line
console.log(chalk.blue('\\_,_/\\__/\\___/_/_/_\\_,_/_.__/_/\\__/ ')); // eslint-disable-line
console.log(chalk.blue(' Severless Microservice Framework')); // eslint-disable-line
console.log(chalk.blue(' atomable.io, 1.0.0-beta.14')); // eslint-disable-line
console.log(chalk.blue(' atomable.io, 1.0.0-beta.15')); // eslint-disable-line
console.log(chalk.blue(' ')); // eslint-disable-line

const exit = require('exit');
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "atomable",
"version": "1.0.0-beta.14",
"version": "1.0.0-beta.15",
"description": "Serverless Microservice Framework",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 0e390d5

Please sign in to comment.