Skip to content

Commit 98261a1

Browse files
committed
Release v1.3.0
1 parent f0696f1 commit 98261a1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-pdf",
3-
"version": "1.2.9",
3+
"version": "1.3.0",
44
"description": "An Angularjs directive <ng-pdf> to display PDF in the browser with PDFJS.",
55
"main": "./dist/angular-pdf.js",
66
"license": "MIT",

dist/angular-pdf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Angular-PDF Version: 1.2.9 | Released under an MIT license */
1+
/*! Angular-PDF Version: 1.3.0 | Released under an MIT license */
22
(function() {
33

44
'use strict';

dist/angular-pdf.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/js/directives/angular-pdf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Angular-PDF Version: 1.2.9 | Released under an MIT license */
1+
/*! Angular-PDF Version: 1.3.0 | Released under an MIT license */
22
(function() {
33

44
'use strict';

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-pdf",
3-
"version": "1.2.9",
3+
"version": "1.3.0",
44
"main": "dist/angular-pdf.js",
55
"author": "Sayanee <[email protected]>",
66
"description": "An Angularjs directive <ng-pdf> to display PDF in the browser with PDFJS.",

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# angular-pdf [![Build Status](https://travis-ci.org/sayanee/angularjs-pdf.svg)](https://travis-ci.org/sayanee/angularjs-pdf) [![Dependency Status](https://gemnasium.com/sayanee/angularjs-pdf.svg)](https://gemnasium.com/sayanee/angularjs-pdf)
22

3-
Version: 1.2.9
3+
Version: 1.3.0
44

55
>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/).
66

0 commit comments

Comments
 (0)