Skip to content

Commit 8ff5f09

Browse files
committed
version fix
1 parent 69f35f0 commit 8ff5f09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

antimatter_wiki/client.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<script>
1313

14-
console.log('0.1.3')
14+
console.log('0.1.4')
1515

1616
var wiki_host = "__WIKI_HOST__"
1717

antimatter_wiki/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
console.log('0.1.3')
2+
console.log('0.1.4')
33

44
var fs = require('fs')
55
var fs_p = require('fs/promises')

0 commit comments

Comments
 (0)