Skip to content

Commit

Permalink
Update Electron
Browse files Browse the repository at this point in the history
  • Loading branch information
kahsieh committed Jul 15, 2020
1 parent c47a916 commit 3779def
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ GlyphSwan provides the following conversions:
GlyphSwan performs character conversions only, not vocabulary or kakikae
conversions.

Copyright © 2009–2018 Kevin Hsieh. All Rights Reserved.
Copyright © 2009–2020 Kevin Hsieh. All Rights Reserved.
4 changes: 2 additions & 2 deletions data/Chinese.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GlyphSwan
# Chinese.txt
#
# Copyright (c) 2009-2018 Kevin Hsieh. All Rights Reserved.
#
# Copyright (c) 2009-2020 Kevin Hsieh. All Rights Reserved.

U+4E00 cSimplifiedVariant U+4E00
U+4E59 cSimplifiedVariant U+4E59
Expand Down
2 changes: 1 addition & 1 deletion data/Kana.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GlyphSwan
# Kana.txt
#
# Copyright (c) 2009-2018 Kevin Hsieh. All Rights Reserved.
# Copyright (c) 2009-2020 Kevin Hsieh. All Rights Reserved.

U+30A2 jHiragana U+3042
U+30A1 jHiragana U+3041
Expand Down
4 changes: 2 additions & 2 deletions data/Kanji.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GlyphSwan
# Kanji.txt
#
# Copyright (c) 2009-2018 Kevin Hsieh. All Rights Reserved.
#
# Copyright (c) 2009-2020 Kevin Hsieh. All Rights Reserved.

U+4E9E jShinjitai U+4E9C
U+54C0 jShinjitai U+54C0
Expand Down
2 changes: 1 addition & 1 deletion data/gsdb.js

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

4 changes: 2 additions & 2 deletions glyphswan.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
GlyphSwan
glyphswan.js
Copyright (c) 2009-2018 Kevin Hsieh. All Rights Reserved.
Copyright (c) 2009-2020 Kevin Hsieh. All Rights Reserved.
*/

// -----------------------------------------------------------------------------
// GLOBALS
// -----------------------------------------------------------------------------

const app = {
version: "v5.0.1",
version: "v5.0.2",
update_api: "https://api.github.com/repos/kahsieh/glyphswan/releases/latest"
};

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
GlyphSwan
index.html
Copyright (c) 2009-2018 Kevin Hsieh. All Rights Reserved.
Copyright (c) 2009-2020 Kevin Hsieh. All Rights Reserved.
-->
<head>
<meta charset="UTF-8">
Expand Down Expand Up @@ -105,7 +105,7 @@
<footer class="page-footer grey lighten-3 black-text"><div class="container">
<a target="_blank" href="https://github.com/kahsieh/glyphswan">GlyphSwan</a>
<span id="app-version"></span>
Copyright © 2009–2018
Copyright © 2009–2020
<a target="_blank" href="https://www.kevinhsieh.net">Kevin Hsieh</a>.
All Rights Reserved.
</div></footer>
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glyphswan",
"version": "5.0.1",
"version": "5.0.2",
"description": "Analyze and convert CJK characters.",
"main": "main.js",
"scripts": {
Expand All @@ -16,14 +16,16 @@
"homepage": "https://www.kevinhsieh.net",
"author": "Kevin Hsieh",
"devDependencies": {
"electron": "^3.0.7",
"electron-builder": "^20.38.2"
"electron": "^9.1.0",
"electron-builder": "^22.7.0"
},
"build": {
"productName": "GlyphSwan",
"appId": "net.kevinhsieh.glyphswan",
"win": {
"target": ["portable"]
"target": [
"portable"
]
}
}
}
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
GlyphSwan
styles.css
Copyright (c) 2009-2018 Kevin Hsieh. All Rights Reserved.
Copyright (c) 2009-2020 Kevin Hsieh. All Rights Reserved.
*/

@font-face {
Expand Down

0 comments on commit 3779def

Please sign in to comment.