We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae7b27 commit c6b9c52Copy full SHA for c6b9c52
default.nix
@@ -7,7 +7,7 @@
7
}:
8
mkYarnPackage rec {
9
pname = "untis-ics-sync";
10
- version = "0.7.1";
+ version = "0.7.2";
11
12
src = ./.;
13
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "untis-ics-sync",
3
- "version": "0.7.1",
+ "version": "0.7.2",
4
"description": "Serves a calendar API (ICS) for events provided from Untis.",
5
"author": "Luna Simons <luna@bddvlpr.com> (https://bddvlpr.com)",
6
"license": "BSD-3-Clause",
0 commit comments