Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennybiasiolli committed Dec 4, 2016
1 parent cd22fc2 commit f54585f
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": "1.3.0",
"version": "1.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: 1.3.1 | Released under an MIT license */
/*! Angular-PDF Version: 1.4.0 | 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.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.3.1",
"version": "1.4.0",
"main": "dist/angular-pdf.js",
"author": "Sayanee <[email protected]>",
"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.3.1
Version: 1.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 f54585f

Please sign in to comment.