Skip to content

Commit

Permalink
Create new version: 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jul 22, 2017
1 parent 52571e1 commit b57b1d4
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Binary file modified afterwriting.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion bundle/js/afterwriting.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions html/afterwriting.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<title>'afterwriting offline</title>
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<link rel="icon" type="image/x-icon" href="gfx/favicon.ico">
<link rel="stylesheet" href="bundle/css/afterwriting.css?last_update=2017-07-22_14-23" />
<link rel="stylesheet" href="bundle/css/afterwriting.css?last_update=2017-07-22_15-00" />

<script src="bundle/js/pdfjs/pdf.min.js"></script>
<script type="text/javascript">
PDFJS.disableWorker = true;
</script>

<script src="bundle/js/afterwriting.js?last_update=2017-07-22_14-23" defer></script>
<script src="bundle/js/afterwriting.js?last_update=2017-07-22_15-00" defer></script>
</head>
<body>
<p class="loader">Loading...</p>
Expand Down
4 changes: 2 additions & 2 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<meta name="description" content="Post-processing Fountain screenplays - PDF creation and statistics">
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<link rel="icon" type="image/x-icon" href="gfx/favicon.ico">
<link rel="stylesheet" href="bundle/css/afterwriting.css?last_update=2017-07-22_14-23" />
<link rel="stylesheet" href="bundle/css/afterwriting.css?last_update=2017-07-22_15-00" />

<script src="bundle/js/pdfjs/pdf.min.js"></script>
<script type="text/javascript">
PDFJS.disableWorker = true;
var JS_TREE_WORKERS_ENABLED = true;
</script>

<script src="bundle/js/afterwriting.js?last_update=2017-07-22_14-23" defer></script>
<script src="bundle/js/afterwriting.js?last_update=2017-07-22_15-00" defer></script>
</head>
<body>
<p class="loader">Loading...</p>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<meta name="description" content="Post-processing Fountain screenplays - PDF creation and statistics">
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<link rel="icon" type="image/x-icon" href="gfx/favicon.ico">
<link rel="stylesheet" href="bundle/css/afterwriting.css?last_update=2017-07-22_14-23" />
<link rel="stylesheet" href="bundle/css/afterwriting.css?last_update=2017-07-22_15-00" />

<script src="bundle/js/pdfjs/pdf.min.js"></script>
<script type="text/javascript">
PDFJS.disableWorker = true;
var JS_TREE_WORKERS_ENABLED = true;
</script>

<script src="bundle/js/afterwriting.js?last_update=2017-07-22_14-23" defer></script>
<script src="bundle/js/afterwriting.js?last_update=2017-07-22_15-00" defer></script>
</head>
<body>
<p class="loader">Loading...</p>
Expand Down
2 changes: 1 addition & 1 deletion js/utils/common.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
define(function() {
return {
data: {
footer: 'version: 1.5.0 (2017/07/22)'
footer: 'version: 1.6.0 (2017/07/22)'
}
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "afterwriting",
"version": "1.5.0",
"version": "1.6.0",
"description": "Screewriting tools",
"keywords": [
"screenwriting",
Expand Down

0 comments on commit b57b1d4

Please sign in to comment.