From 9bee7485fdfe3212f997d911dfb24baa50635d22 Mon Sep 17 00:00:00 2001 From: Luna Simons Date: Wed, 3 Jan 2024 15:02:45 +0100 Subject: [PATCH] chore: bump version --- default.nix | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 060bb18..4c3c895 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ with pkgs; mkYarnPackage rec { pname = "untis-ics-sync"; - version = "0.5.9"; + version = "0.5.10"; src = ./.; diff --git a/package.json b/package.json index 9413ff7..1fe6509 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "untis-ics-sync", - "version": "0.5.9", + "version": "0.5.10", "description": "Serves a calendar API (ICS) for events provided from Untis.", "author": "Luna Simons (https://bddvlpr.com)", "bin": "dist/main.js",