Skip to content

Commit 571bd69

Browse files
committed
1.8.0-snapshot
1 parent 37451cc commit 571bd69

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

.vscode/launch.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
// Use IntelliSense to learn about possible attributes.
3-
// Hover to view descriptions of existing attributes.
4-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
52
"version": "0.2.0",
63
"configurations": [
74

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-alpha.4",
3+
"version": "1.8.0-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-alpha.4'; export default version;
1+
let version = '1.8.0-snapshot'; export default version;

0 commit comments

Comments
 (0)