Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 2 changed files Side-by-side Diff

... ... @@ -10,6 +10,8 @@ const matrix = {
10 10 machineid_hashed: sha1('KOMODO' + machineid.machineIdSync())
11 11 };
12 12  
  13 +matrix.machineid_hashed_readable = matrix.machineid_hashed.match(/.{1,4}/g).join('-');
  14 +
13 15 // get active git version
14 16 simpleGit(process.cwd()).raw(
15 17 ['describe'],
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.16.1",
  3 + "version": "1.16.2",
4 4 "description": "SDK for Komodo",
5 5 "main": "index.js",
6 6 "scripts": {