Skip to content

Commit

Permalink
Release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennybiasiolli committed Jan 4, 2017
1 parent ac8dc20 commit eda56e0
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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": "1.4.1",
"version": "1.5.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: 1.4.1 | Released under an MIT license */
/*! Angular-PDF Version: 1.5.0 | Released under an MIT license */
(function() {

'use strict';
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-pdf.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions example/js/directives/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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-pdf",
"version": "1.4.1",
"version": "1.5.0",
"main": "dist/angular-pdf.js",
"author": "Sayanee <sayanee@gmail.com>",
"description": "An Angularjs directive <ng-pdf> to display PDF in the browser with PDFJS.",
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.svg)](https://travis-ci.org/sayanee/angularjs-pdf) [![Dependency Status](https://gemnasium.com/sayanee/angularjs-pdf.svg)](https://gemnasium.com/sayanee/angularjs-pdf)

Version: 1.4.1
Version: 1.5.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
2 changes: 1 addition & 1 deletion src/angular-pdf.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Angular-PDF Version: 1.4.1 | Released under an MIT license */
/*! Angular-PDF Version: 1.5.0 | Released under an MIT license */
(function() {

'use strict';
Expand Down

0 comments on commit eda56e0

Please sign in to comment.