Skip to content

Commit bdf4bdd

Browse files
committed
Bump version to 4.0.2 for hotfix release
Resolves issue #112
1 parent 3bec5d2 commit bdf4bdd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"README.md",
4040
)
4141

42-
GOCHAN_VERSION = "4.0.1"
42+
GOCHAN_VERSION = "4.0.2"
4343
DATABASE_VERSION = "4" # stored in DBNAME.DBPREFIXdatabase_version
4444

4545
PATH_NOTHING = -1

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gochan.js",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "",
55
"main": "./ts/main.ts",
66
"private": true,

html/error/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<h1>404: File not found</h1>
88
<img src="/error/lol 404.gif" alt="lol 404">
99
<p>The requested file could not be found on this server.</p>
10-
<hr/>Site powered by <a href="https://github.com/gochan-org/gochan" target="_blank">Gochan</a> v4.0.1
10+
<hr/>Site powered by <a href="https://github.com/gochan-org/gochan" target="_blank">Gochan</a> v4.0.2
1111
</body>
1212
</html>

html/error/500.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<h1>Error 500: Internal Server error</h1>
88
<img src="/error/server500.gif" alt="server burning">
99
<p>The server encountered an error while trying to serve the page, and we apologize for the inconvenience. The <a href="https://en.wikipedia.org/wiki/Idiot">system administrator</a> will try to fix things as soon they get around to it, whenever that is. Hopefully soon.</p>
10-
<hr/>Site powered by <a href="https://github.com/gochan-org/gochan" target="_blank">Gochan</a> v4.0.1
10+
<hr/>Site powered by <a href="https://github.com/gochan-org/gochan" target="_blank">Gochan</a> v4.0.2
1111
</body>
1212
</html>

html/error/502.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<h1>Error 502: Bad gateway</h1>
88
<img src="/error/server500.gif" alt="server burning">
99
<p>The server encountered an error while trying to serve the page, and we apologize for the inconvenience. The <a href="https://en.wikipedia.org/wiki/Idiot">system administrator</a> will try to fix things as soon they get around to it, whenever that is. Hopefully soon.</p>
10-
<hr/>Site powered by <a href="https://github.com/gochan-org/gochan" target="_blank">Gochan</a> v4.0.1
10+
<hr/>Site powered by <a href="https://github.com/gochan-org/gochan" target="_blank">Gochan</a> v4.0.2
1111
</body>
1212
</html>

0 commit comments

Comments
 (0)