Skip to content

Commit

Permalink
Enh: Some low-hanging 0.8 UX improvements 4minitz#168
Browse files Browse the repository at this point in the history
[X] About-Versionumber should also work without GIT.
  • Loading branch information
derwok committed Jan 10, 2017
1 parent ab07e15 commit 82aeefd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "4Minitz",
"version": "0.7.0",
"description": "Simply the best app for taking minutes! ;-)",
"version": "0.8.x_dev",
"description": "Simply the best free webapp for taking meeting minutes. ;-)",
"main": "4minitz.html",
"directories": {
"doc": "doc",
Expand Down
3 changes: 2 additions & 1 deletion server/gitversioninfo.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { Meteor } from 'meteor/meteor'
let packagejson = require ("/package.json");

GIT_VERSION_INFO = {
branch: "???",
tag: "???",
tag: packagejson.version ? packagejson.version : "???",
commitlong: "???",
commitshort: "???"
};
Expand Down

0 comments on commit 82aeefd

Please sign in to comment.