Skip to content

Commit

Permalink
Bumping version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed May 3, 2015
1 parent 331eddd commit 8740f2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img align="left" src="http://dl.dropboxusercontent.com/u/79007/combyne.png">

**Stable: 0.7.1**
**Stable: 0.8.0**

[![Build Status](https://travis-ci.org/tbranyen/combyne.svg)](https://travis-ci.org/tbranyen/combyne)
[![Coverage Status](https://coveralls.io/repos/tbranyen/combyne/badge.svg)](https://coveralls.io/r/tbranyen/combyne?branch=master)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "combyne",
"version": "0.7.1",
"version": "0.8.0",
"main": "dist/combyne.js",
"devDependencies": {
"mocha": "~1.20.1",
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ define(function(require, exports, module) {
* @memberOf module:index.Combyne
* @type {string}
*/
Combyne.VERSION = "0.7.1";
Combyne.VERSION = "0.8.0";

module.exports = Combyne;
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "combyne",
"description": "A template engine that works the way you expect.",
"version": "0.7.1",
"version": "0.8.0",
"author": "Tim Branyen (@tbranyen)",
"main": "dist/combyne.js",
"devDependencies": {
Expand Down

0 comments on commit 8740f2e

Please sign in to comment.