From fcfe579ed504aff71ccb639793cf731cdcf20bd6 Mon Sep 17 00:00:00 2001 From: Declan Teevan Date: Fri, 3 Apr 2026 17:43:10 +0100 Subject: [PATCH] chore: bump version --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d3baaa..4425dc3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You can use this as a library within your web applications. #### Links -Version 1.0.0: +Version 1.0 (+ hotfixes): Latest Version: diff --git a/package.json b/package.json index 5de476d..caa02b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "konami-code-snippets", - "version": "0.1.0", + "version": "1.0.0", "main": "index.js", "scripts": { "minify": "minify src/core.js > src/core.min.js"