From 23e0d473e96e65ec421673f04f209a4ba28796ff Mon Sep 17 00:00:00 2001 From: NGPixel Date: Sun, 6 Aug 2017 11:22:11 -0400 Subject: [PATCH] chore: update package version --- npm/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm/package.json b/npm/package.json index 8bc4c850..a366605b 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "wiki.js", - "version": "1.0.4", + "version": "1.0.5", "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown", "main": "install.js", "scripts": { diff --git a/package.json b/package.json index 7522052d..4adc0aa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wiki", - "version": "1.0.4", + "version": "1.0.5", "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown", "main": "wiki.js", "scripts": {