From 88da18330b1c961efe75999885411be55b607796 Mon Sep 17 00:00:00 2001 From: FiniteLooper Date: Mon, 7 Aug 2023 08:18:09 -0400 Subject: [PATCH] Bump version number --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 44bf7cf..efb3880 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlyrics-parser", - "version": "1.1.4", + "version": "1.1.5", "description": "Parses and extracts data from OpenLyrics files, and creates them!", "main": "dist/main/index.js", "typings": "dist/main/index.d.ts", diff --git a/src/version.ts b/src/version.ts index c6ae9f3..04ad6a3 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = '1.1.4'; +export const version = '1.1.5';