mirror of
https://github.com/actraiser/dustlayer.git
synced 2025-06-18 17:05:47 -04:00
updated version
This commit is contained in:
parent
2a215ac0af
commit
2cf6772e12
@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2013 Rocco Di Leo aka actraiser/Dustlayer
|
Copyright (c) 2013-2016 Rocco Di Leo aka actraiser/Dustlayer
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
@ -3,7 +3,7 @@ var dust = require('../bin/dust');
|
|||||||
|
|
||||||
var operatingSystem = operatingSystem();
|
var operatingSystem = operatingSystem();
|
||||||
var osVersion = dust.shell.exec("sw_vers -productVersion", {silent:dust.silent}).output;
|
var osVersion = dust.shell.exec("sw_vers -productVersion", {silent:dust.silent}).output;
|
||||||
var dustVersion = '0.5.1 (2013-12-08)';
|
var dustVersion = '0.6.1 (2015-11-29)';
|
||||||
|
|
||||||
exports.operatingSystem = operatingSystem
|
exports.operatingSystem = operatingSystem
|
||||||
exports.osVersion = osVersion;
|
exports.osVersion = osVersion;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "dustlayer",
|
"name": "dustlayer",
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"version": "0.6.0",
|
"version": "0.6.1",
|
||||||
"homepage": "http://dustlayer.com",
|
"homepage": "http://dustlayer.com",
|
||||||
"author": "actraiser <actraiser@dustlayer.com>",
|
"author": "actraiser <actraiser@dustlayer.com>",
|
||||||
"description": "command line suite for new and experienced retro programmers. Check homepage for details.",
|
"description": "command line suite for new and experienced retro programmers. Check homepage for details.",
|
||||||
|
Loading…
Reference in New Issue
Block a user