From 1c105d4e2a1ab1486e92fabb7fce336e3a531460 Mon Sep 17 00:00:00 2001
From: Gaurav Koley <arkokoley@live.in>
Date: Wed, 12 Dec 2018 18:36:06 +0530
Subject: [PATCH] 1.0.5

---
 package-lock.json | 2 +-
 package.json      | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index ed8270d..afca1df 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "test",
-  "version": "1.0.4",
+  "version": "1.0.5",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 121409a..22aa3ad 100644
--- a/package.json
+++ b/package.json
@@ -1,14 +1,14 @@
 {
   "name": "pdfvuer",
   "description": "A PDF viewer for Vue using Mozilla's PDF.js",
-  "version": "1.0.4",
+  "version": "1.0.5",
   "author": "Gaurav Koley <arkokoley@live.in>",
   "license": "MIT",
   "main": "./src/Pdfvuer.vue",
   "homepage": "https://github.com/arkokoley/pdfvuer#pdfvuer",
-  "bugs": { 
-    "url" : "https://github.com/arkokoley/pdfvuer/issues",
-    "email" : "arkokoley@live.in"
+  "bugs": {
+    "url": "https://github.com/arkokoley/pdfvuer/issues",
+    "email": "arkokoley@live.in"
   },
   "repository": "github:arkokoley/pdfvuer",
   "scripts": {