version 3.2.1

This commit is contained in:
Steven Hugg 2018-11-25 08:01:42 -05:00
parent e51a49b18d
commit 5d753892fa
3 changed files with 3 additions and 4 deletions

View File

@ -18,8 +18,7 @@ lint:
# https://github.com/Kentzo/git-archive-all
archive:
mkdir -p release
git-archive-all --prefix 8bitworkshop-3.2.0/ release/8bitworkshop-3.2.0.zip # 3.2.0
#git-archive-all --prefix 8bitworkshop-1.1/ release/8bitworkshop-1.1.zip 1.1
git-archive-all --prefix 8bitworkshop-3.2.1/ release/8bitworkshop-3.2.1.zip
git archive --prefix 8bitworkshop- -o release/8bitworkshop-tools.zip HEAD tools

View File

@ -1,6 +1,6 @@
{
"name": "8bitworkshop",
"version": "3.2.0",
"version": "3.2.1",
"author": "Steven Hugg",
"dependencies": {},
"devDependencies": {

View File

@ -7,7 +7,7 @@
</head>
<script>
var VERSION = '3.2.0';
var VERSION = '3.2.1';
var QS = document.location.search || '?';
document.location.href = 'v' + VERSION + '/' + QS;
</script>