Skip to content

Commit

Permalink
release 1.7.35
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskbx committed Jan 31, 2019
1 parent 2cbc99f commit c266a06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:8.2.1-alpine

ENV GTT_VERSION 1.7.34
ENV GTT_VERSION 1.7.35

RUN yarn global add --prefix /usr/local "gitlab-time-tracker@$GTT_VERSION"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitlab-time-tracker",
"version": "1.7.34",
"version": "1.7.35",
"description": "A command line interface for GitLabs time tracking feature.",
"bugs": {
"url": "https://github.com/kriskbx/gitlab-time-tracker/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/gtt.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node
require('app-module-path').addPath(__dirname);

const version = '1.7.34';
const version = '1.7.35';
const program = require('commander');

program
Expand Down

0 comments on commit c266a06

Please sign in to comment.