Skip to content
This repository was archived by the owner on Jun 14, 2019. It is now read-only.

Commit 6e0e88d

Browse files
committed
Release 2.0.0-beta.1
1 parent a3fe673 commit 6e0e88d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Jan Philipp",
33
"name": "angular-vertxbus",
44
"description": "AngularJS facade and service acting as a Vert.x SockJS client",
5-
"version": "2.0.0-beta.1",
5+
"version": "2.0.0-beta.2",
66
"homepage": "http://github.com/knalli/angular-vertxbus",
77
"main": "./dist/angular-vertxbus.js",
88
"keywords": ["angular", "vertx", "facade", "websocket"],

dist/angular-vertxbus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! angular-vertxbus - v2.0.0-beta.1 - 2015-04-21
1+
/*! angular-vertxbus - v2.0.0-beta.2 - 2015-04-21
22
* http://github.com/knalli/angular-vertxbus
33
* Copyright (c) 2015 Jan Philipp; Licensed MIT */
44
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){

0 commit comments

Comments
 (0)