Skip to content

Commit

Permalink
v1.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Dec 28, 2020
1 parent 634dc65 commit 876d1b1
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 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=2020-11-08_18-55" />
<link rel="stylesheet" href="bundle/css/afterwriting.css?last_update=2020-12-28_21-22" />

<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=2020-11-08_18-55" defer></script>
<script src="bundle/js/afterwriting.js?last_update=2020-12-28_21-22" 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=2020-11-08_18-55" />
<link rel="stylesheet" href="bundle/css/afterwriting.css?last_update=2020-12-28_21-22" />

<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=2020-11-08_18-55" defer></script>
<script src="bundle/js/afterwriting.js?last_update=2020-12-28_21-22" 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=2020-11-08_18-55" />
<link rel="stylesheet" href="bundle/css/afterwriting.css?last_update=2020-12-28_21-22" />

<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=2020-11-08_18-55" defer></script>
<script src="bundle/js/afterwriting.js?last_update=2020-12-28_21-22" 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.17.2 (2020/11/08)'
footer: 'version: 1.17.3 (2020/12/28)'
}
};

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.17.2",
"version": "1.17.3",
"description": "Post-processing tools for Fountain screenplays",
"keywords": [
"screenwriting",
Expand Down

0 comments on commit 876d1b1

Please sign in to comment.