From ed5ca7a8b64dd6ace7a07314affc63f069c217fd Mon Sep 17 00:00:00 2001 From: imfunny <36105478+imfunniee@users.noreply.github.com> Date: Mon, 20 May 2019 15:15:12 +0530 Subject: [PATCH] v0.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit lets party 🎉🙌 --- blog.js | 2 +- build.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/blog.js b/blog.js index 03d3633..e3991ab 100644 --- a/blog.js +++ b/blog.js @@ -6,7 +6,7 @@ options = { }; program - .version('0.1.1') + .version('0.1.2') .option('-t, --title [title]', 'give blog a title') .option('-s, --subtitle [subtitle]', 'give blog a subtitle', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.') .option('-p, --pagetitle [pagetitle]', 'give blog page a title') diff --git a/build.js b/build.js index f84e4b7..533abcf 100644 --- a/build.js +++ b/build.js @@ -13,7 +13,7 @@ const { updateHTML } = require('./populate'); /* Specify the options the program uses */ program - .version('0.1.1') + .version('0.1.2') .option('-n, --name [username]', 'your GitHub username. This will be used to customize your site') .option('-t, --theme [theme]', 'specify a theme to use') .option('-b, --background [background]', 'set the background image') diff --git a/package-lock.json b/package-lock.json index b2af8ec..7f7ed0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitfolio", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 12855f8..48d978c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitfolio", - "version": "0.1.1", + "version": "0.1.2", "description": "portfolio website for showcasing your work", "main": "build.js", "scripts": {