updated version

This commit is contained in:
Rocco 2015-11-29 19:47:36 +01:00
parent 2a215ac0af
commit 2cf6772e12
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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;

View File

@ -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.",