mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-02-02 00:30:47 +00:00
version 3.2.1
This commit is contained in:
parent
e51a49b18d
commit
5d753892fa
3
Makefile
3
Makefile
@ -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
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "8bitworkshop",
|
||||
"version": "3.2.0",
|
||||
"version": "3.2.1",
|
||||
"author": "Steven Hugg",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user