mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-02-16 17:30:27 +00:00
bumped version to 3.3.0
This commit is contained in:
parent
06ddc3eeac
commit
068547f478
2
Makefile
2
Makefile
@ -18,7 +18,7 @@ lint:
|
||||
# https://github.com/Kentzo/git-archive-all
|
||||
archive:
|
||||
mkdir -p release
|
||||
git-archive-all --prefix 8bitworkshop-3.2.1/ release/8bitworkshop-3.2.1.zip
|
||||
git-archive-all --prefix 8bitworkshop-latest/ release/8bitworkshop-latest.zip
|
||||
git archive --prefix 8bitworkshop- -o release/8bitworkshop-tools.zip HEAD tools
|
||||
|
||||
|
||||
|
@ -85,6 +85,7 @@ TODO:
|
||||
- use alternate confirm/prompt dialogs
|
||||
- https://github.com/jvilk/BrowserFS
|
||||
- what if error in include file you can't edit b/c it never appears?
|
||||
- markdown: can't share
|
||||
|
||||
|
||||
WEB WORKER FORMAT
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "8bitworkshop",
|
||||
"version": "3.2.1",
|
||||
"version": "3.3.0",
|
||||
"author": "Steven Hugg",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
@ -7,7 +7,7 @@
|
||||
</head>
|
||||
|
||||
<script>
|
||||
var VERSION = '3.2.1';
|
||||
var VERSION = '3.3.0';
|
||||
var QS = document.location.search || '?';
|
||||
document.location.href = 'v' + VERSION + '/' + QS;
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user