Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bddvlpr committed Jan 28, 2024
1 parent 2b59101 commit afbe11b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}:
mkYarnPackage rec {
pname = "untis-ics-sync";
version = "0.7.0";
version = "0.7.1";

src = ./.;

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "untis-ics-sync",
"version": "0.7.0",
"version": "0.7.1",
"description": "Serves a calendar API (ICS) for events provided from Untis.",
"author": "Luna Simons <[email protected]> (https://bddvlpr.com)",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -80,4 +80,4 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
}

0 comments on commit afbe11b

Please sign in to comment.