Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanee committed May 26, 2015
1 parent 4b9aa9f commit 4d2c287
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-pdf",
"version": "0.3.9",
"version": "0.4.0",
"description": "An Angularjs directive <ng-pdf> to display PDF in the browser with PDFJS.",
"main": "./dist/angular-pdf.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-pdf.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Angular-PDF Version: 0.3.9 | (C) Sayanee Basu 2014, released under an MIT license */
/*! Angular-PDF Version: 0.4.0 | (C) Sayanee Basu 2014, released under an MIT license */
(function() {

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-pdf.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 example/js/directives/angular-pdf.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Angular-PDF Version: 0.3.9 | (C) Sayanee Basu 2014, released under an MIT license */
/*! Angular-PDF Version: 0.4.0 | (C) Sayanee Basu 2014, released under an MIT license */
(function() {

'use strict';
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": "angular-pdf",
"version": "0.3.9",
"version": "0.4.0",
"author": "Sayanee <[email protected]>",
"description": "An Angularjs directive <ng-pdf> to display PDF in the browser with PDFJS.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# angular-pdf [![Build Status](https://travis-ci.org/sayanee/angularjs-pdf.png)](https://travis-ci.org/sayanee/angularjs-pdf) [![Dependency Status](https://gemnasium.com/sayanee/angularjs-pdf.png)](https://gemnasium.com/sayanee/angularjs-pdf)

Version: 0.3.9
Version: 0.4.0

>An [AngularJS](http://angularjs.org/) [directive](http://docs.angularjs.org/guide/directive) `ng-pdf` to display PDF files with [PDFJS](http://mozilla.github.io/pdf.js/).
Expand Down

0 comments on commit 4d2c287

Please sign in to comment.