Skip to content

Commit 9bee748

Browse files
committed
chore: bump version
1 parent a2b91a4 commit 9bee748

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
with pkgs;
33
mkYarnPackage rec {
44
pname = "untis-ics-sync";
5-
version = "0.5.9";
5+
version = "0.5.10";
66

77
src = ./.;
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "untis-ics-sync",
3-
"version": "0.5.9",
3+
"version": "0.5.10",
44
"description": "Serves a calendar API (ICS) for events provided from Untis.",
55
"author": "Luna Simons <luna@bddvlpr.com> (https://bddvlpr.com)",
66
"bin": "dist/main.js",

0 commit comments

Comments
 (0)