Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bddvlpr committed Oct 20, 2023
1 parent 7de095a commit 5218bb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <luna@bddvlpr.com> (https://bddvlpr.com)",
"bin": "dist/main.js",
Expand Down

0 comments on commit 5218bb9

Please sign in to comment.