From 72641577b768927c316fe14542e79c91f1da13d3 Mon Sep 17 00:00:00 2001 From: Akseli Palen Date: Wed, 6 Apr 2022 01:37:15 +0300 Subject: [PATCH] Bump v3.1.0 --- lib/version.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/version.js b/lib/version.js index 7ad9e97..18d0a80 100644 --- a/lib/version.js +++ b/lib/version.js @@ -1,2 +1,2 @@ -// generated by genversion -module.exports = '3.0.2' +// Generated by genversion. +module.exports = '3.1.0' diff --git a/package.json b/package.json index a5c7efa..3a6a99d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "genversion", - "version": "3.0.2", + "version": "3.1.0", "description": "A command line utility to read version from package.json and attach it into your module as a property", "keywords": [ "release",