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": {