Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ifandelse committed Jan 18, 2013
1 parent c86cd0e commit f6d9ffa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "monologue",
"version" : "0.1.4pre",
"version" : "0.1.4",
"main" : ["lib/browser/monologue.js"],
"dependencies": {
"underscore": "~1.1.7"
Expand Down
2 changes: 1 addition & 1 deletion lib/monologue.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
monologue.js
Author: Jim Cowart (http://freshbrewedcode.com/jimcowart)
License: Dual licensed MIT (http://www.opensource.org/licenses/mit-license) & GPL (http://www.opensource.org/licenses/gpl-license)
Version 0.1.4pre
Version 0.1.4
*/
(function ( root, factory ) {
if ( typeof module === "object" && module.exports ) {
Expand Down
2 changes: 1 addition & 1 deletion lib/monologue.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "monologue.js",
"description" : "EventEmitter replacement with AMQP-style bindings and other advanced features. Compatible with postal.js's API.",
"version" : "0.1.4pre",
"version" : "0.1.4",
"homepage" : "https://github.com/ifandelse/monologue.js",
"repository" : {
"type" : "git",
Expand Down

0 comments on commit f6d9ffa

Please sign in to comment.