Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
bnadim committed Jun 26, 2014
1 parent 82b1e05 commit e1e1d78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=0.8.2
version=0.8.3

uglify=./node_modules/uglify-js/bin/uglifyjs
if [ ! -f $uglify ]
Expand Down
2 changes: 1 addition & 1 deletion hubiquitus.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* VERSION 0.8.2 */
/* VERSION 0.8.3 */
(function () { if (typeof define !== 'undefined') { define('hubiquitus', [], function () { return window.hubiquitus; }); }
/* SockJS client, version 0.3.4, http://sockjs.org, MIT License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hubiquitus4js",
"version": "0.8.2",
"version": "0.8.3",
"description": "Client For the Hubiquitus framework.",
"homepage": "http://www.hubiquitus.com",
"dependencies": {
Expand Down

0 comments on commit e1e1d78

Please sign in to comment.