Skip to content

Commit 546ab95

Browse files
author
Andreas Müller
committed
version to 1.8.1-snapshot for post 1.8.0 changes
1 parent 48134cc commit 546ab95

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlab-time-tracker",
3-
"version": "1.8.0-snapshot",
3+
"version": "1.8.1-snapshot",
44
"type": "module",
55
"description": "A command line interface for GitLabs time tracking feature.",
66
"bugs": {

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
let version = '1.8.0-snapshot'; export default version;
1+
let version = '1.8.1-snapshot'; export default version;

0 commit comments

Comments
 (0)