Skip to content

Commit

Permalink
bump to 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bemson committed Feb 23, 2014
1 parent d8f9014 commit 20c1151
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

**State And Logic Traversal, for today's infinite-application.**

version 0.5.4
version 0.5.5
by Bemi Faison

[![Build Status](https://travis-ci.org/bemson/salt.png?branch=master)](https://travis-ci.org/bemson/salt)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "salt",
"version": "0.5.4",
"version": "0.5.5",
"homepage": "https://github.com/bemson/salt",
"authors": [
"Bemi Faison <bemson@gmail.com> (http://learnings-bemson.blogspot.com)"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "salt",
"repo": "bemson/salt",
"description": "State And Logic Traversal, for today's infinite-application.",
"version": "0.5.4",
"version": "0.5.5",
"keywords": [
"state",
"logic",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "salt",
"version": "0.5.4b",
"version": "0.5.5",
"description": "State And Logic Traversal, for today's infinite-application.",
"main": "src/salt.js",
"dependencies" : {
Expand Down
4 changes: 2 additions & 2 deletions src/salt.js
@@ -1,5 +1,5 @@
/*!
* Salt v0.5.4
* Salt v0.5.5
* http://github.com/bemson/salt/
*
* Dependencies:
Expand Down Expand Up @@ -566,7 +566,7 @@
corePostTagKeyCount
;

Salt.version = '0.5.4';
Salt.version = '0.5.5';

// define remaining core tags and share tag initializers
/*
Expand Down
2 changes: 1 addition & 1 deletion test/index.html
Expand Up @@ -6,7 +6,7 @@
</head>
<body>
<h1>Salt Test Suite</h1>
<p>Testing version 0.5.3, by <a href="mailto:bemson@gmail.com">Bemi Faison</a>. Source files on <a href="https://github.com/bemson/Salt">github.com</a></p>
<p>Testing version <span id="salt-version">0.5.5</span>, by <a href="mailto:bemson@gmail.com">Bemi Faison</a>. Source files on <a href="https://github.com/bemson/Salt">github.com</a></p>
<hr />
<div id="mocha"></div>
<script src="../node_modules/mocha/mocha.js"></script>
Expand Down

0 comments on commit 20c1151

Please sign in to comment.