From 81e12a8f4981ce7855436c63d43a5a718065b76e Mon Sep 17 00:00:00 2001 From: Luna Simons Date: Tue, 7 Nov 2023 15:07:19 +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 3756989..8d1a001 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ with pkgs; mkYarnPackage rec { pname = "untis-ics-sync"; - version = "0.5.4"; + version = "0.5.5"; src = ./.; diff --git a/package.json b/package.json index f7a8e7e..b0e9882 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "untis-ics-sync", - "version": "0.5.4", + "version": "0.5.5", "description": "Serves a calendar API (ICS) for events provided from Untis.", "author": "Luna Simons (https://bddvlpr.com)", "bin": "dist/main.js",