We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b91a4 commit 9bee748Copy full SHA for 9bee748
default.nix
@@ -2,7 +2,7 @@
2
with pkgs;
3
mkYarnPackage rec {
4
pname = "untis-ics-sync";
5
- version = "0.5.9";
+ version = "0.5.10";
6
7
src = ./.;
8
package.json
@@ -1,6 +1,6 @@
1
{
"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 <luna@bddvlpr.com> (https://bddvlpr.com)",
"bin": "dist/main.js",
0 commit comments