From 5218bb9dc1c6aaf842b6ef4ccc51dd2df7d43a80 Mon Sep 17 00:00:00 2001 From: Luna Simons Date: Fri, 20 Oct 2023 09:54:49 +0200 Subject: [PATCH] chore: bump version --- default.nix | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/default.nix b/default.nix index 25dfa48..3756989 100644 --- a/default.nix +++ b/default.nix @@ -2,13 +2,13 @@ with pkgs; mkYarnPackage rec { pname = "untis-ics-sync"; - version = "0.5.0"; + version = "0.5.4"; src = ./.; offlineCache = fetchYarnDeps { yarnLock = src + "/yarn.lock"; - hash = "sha256-HZ+8N/IWux/WsJrcTiTB3ajfwr+s3vcQPrunLqUoaXk="; + hash = "sha256-CByo097pqAiGBjfNR82EQQLM8hCRAySQrHJOG0NHYCc="; }; packageJSON = ./package.json; diff --git a/package.json b/package.json index eec6ed9..f7a8e7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "untis-ics-sync", - "version": "0.5.0", + "version": "0.5.4", "description": "Serves a calendar API (ICS) for events provided from Untis.", "author": "Luna Simons (https://bddvlpr.com)", "bin": "dist/main.js",