From 644a210db74dc3716d30cd79caeff1649da5e66d Mon Sep 17 00:00:00 2001 From: JR Cologne Date: Wed, 2 Oct 2019 18:50:15 +0200 Subject: [PATCH] Bump versions --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- gulpfile.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 206d5a5..91bf2cf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -26,7 +26,7 @@ If applicable, add screenshots to help explain your problem. **Environment (please complete the following information):** - Node Version: [e.g. 10] - Gulp Version: [e.g. 4.0.2] -- Gulp Starter Kit Version: [e.g. 0.10.10-beta] +- Gulp Starter Kit Version: [e.g. 0.10.11-beta] - Version of any other affected dependency: [e.g. browser-sync@2.26.5] **OS (please complete the following information):** diff --git a/gulpfile.js b/gulpfile.js index 59769e3..1ddc35e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -5,7 +5,7 @@ * @author JR Cologne * @copyright 2019 JR Cologne * @license https://github.com/jr-cologne/gulp-starter-kit/blob/master/LICENSE MIT - * @version v0.10.10-beta + * @version v0.10.11-beta * @link https://github.com/jr-cologne/gulp-starter-kit GitHub Repository * @link https://www.npmjs.com/package/@jr-cologne/create-gulp-starter-kit npm package site * diff --git a/package-lock.json b/package-lock.json index 3ff7f48..bd7bc9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@jr-cologne/create-gulp-starter-kit", - "version": "0.10.10-beta", + "version": "0.10.11-beta", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 50ba13f..6365486 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jr-cologne/create-gulp-starter-kit", - "version": "0.10.10-beta", + "version": "0.10.11-beta", "description": "A simple Gulp 4 Starter Kit for modern web development.", "keywords": [ "gulp",