bumped version to 3.3.0

This commit is contained in:
Steven Hugg 2018-12-15 14:58:11 -05:00
parent 06ddc3eeac
commit 068547f478
4 changed files with 4 additions and 3 deletions

View File

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

View File

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

View File

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

View File

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