Skip to content

Commit

Permalink
Release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanee committed Nov 7, 2015
1 parent a9a2992 commit 37da079
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.2.1",
"version": "1.2.2",
"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.2.1 | Released under an MIT license */
/*! Angular-PDF Version: 1.2.2 | 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: 1.2.1 | Released under an MIT license */
/*! Angular-PDF Version: 1.2.2 | 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": "1.2.1",
"version": "1.2.2",
"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: 1.2.1
Version: 1.2.2

>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 37da079

Please sign in to comment.