Skip to content

Commit e566824

Browse files
committed
Bumped the version up to 0.0.1-alpha.3
1 parent 936f25e commit e566824

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

demos/src/index.ghpages.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<img src="demos/images/ng-fc-logo.png" class="logo">
8383
<h1>Angular-FusionCharts</h1>
8484
<p>Simple and effective AngularJS bindings for FusionCharts JavaScript Charting Library.</p>
85-
<p><a class="btn btn-primary btn-lg" href="https://github.com/fusioncharts/angular-fusioncharts/archive/v0.1-alpha2.zip" role="button"><i class="glyphicon glyphicon-download"></i> Download (0.1-alpha2)</a></p>
85+
<p><a class="btn btn-primary btn-lg" href="https://github.com/fusioncharts/angular-fusioncharts/archive/v0.1-alpha2.zip" role="button"><i class="glyphicon glyphicon-download"></i> Download (0.0.1-alpha3)</a></p>
8686
</div>
8787
<div class="row">
8888
<div class="col-md-4">

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-fusioncharts",
3-
"version": "0.0.0",
3+
"version": "0.0.1-alpha.3",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

src/angular-fusioncharts.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
// SOFTWARE.
22-
//
23-
// Author: Ameen Ahmed <[email protected]>
24-
//
21+
// SOFTWARE.
2522

2623
(function () {
2724
var fc = angular.module('ng-fusioncharts', []);

0 commit comments

Comments
 (0)