Skip to content

Commit

Permalink
2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcap committed Jan 24, 2014
1 parent 5f4b51c commit 4e95098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var fs = require('fs');
var NodeZip = require('node-zip');
var path = require('path');

var version = '2.1-dev';
var version = '2.1';
var root = '../';
var textureRoot = path.join(root, 'textures/');
var outTP = 'ProgrammerArt-TexturePack.zip';
Expand Down

0 comments on commit 4e95098

Please sign in to comment.