mirror of
https://github.com/actraiser/dustlayer.git
synced 2025-06-18 08:55:39 -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
|
||||
a copy of this software and associated documentation files (the
|
||||
|
@ -3,7 +3,7 @@ var dust = require('../bin/dust');
|
||||
|
||||
var operatingSystem = operatingSystem();
|
||||
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.osVersion = osVersion;
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "dustlayer",
|
||||
"preferGlobal": true,
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"homepage": "http://dustlayer.com",
|
||||
"author": "actraiser <actraiser@dustlayer.com>",
|
||||
"description": "command line suite for new and experienced retro programmers. Check homepage for details.",
|
||||
|
Loading…
Reference in New Issue
Block a user