diff --git a/package.json b/package.json index 9253192..348de73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlyrics-parser", - "version": "1.1.1", + "version": "1.1.2", "description": "Parses and extracts data from OpenLyrics files, and creates them!", "main": "dist/main/index.js", "typings": "dist/main/index.d.ts", @@ -27,7 +27,7 @@ "!**/*.json", "!**/*.tsbuildinfo", "!**/*.xml.model.d.ts", - "!**/*.model.js", + "!**/version.d.ts", "LICENSE", "README.md" ], diff --git a/src/version.ts b/src/version.ts index f981842..525e491 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = '1.1.1'; +export const version = '1.1.2';