Skip to content

Commit f9a98e3

Browse files
committed
1.0.26
1 parent a5ae23a commit f9a98e3

File tree

6 files changed

+12
-14
lines changed

6 files changed

+12
-14
lines changed

.dockerignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

build/ans/changelog.ans

711 Bytes
Binary file not shown.

docs/latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "1.0.25",
2+
"version": "1.0.26",
33
"urgent": false
44
}

electron-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
directories:
22
output: dist
33
buildResources: build
4-
appId: org.blocktronics.moebius
4+
appId: org.andyherbert.moebius
55
productName: Moebius
66
copyright: Copyright © 2020 Andy Herbert
77
extraResources:

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moebius",
3-
"version": "1.0.25",
3+
"version": "1.0.26",
44
"description": "Modern ANSI Art Editor",
55
"repository": {
66
"type": "git",
@@ -26,13 +26,13 @@
2626
"dependencies": {
2727
"discord-rpc": "^3.1.1",
2828
"electron-is-dev": "^1.2.0",
29-
"jquery": "^3.5.0",
29+
"jquery": "^3.5.1",
3030
"json5": "^2.1.3",
3131
"linkifyjs": "^2.1.9",
3232
"minimist": "^1.2.5",
3333
"react": "^16.13.1",
3434
"react-dom": "^16.13.1",
3535
"upng-js": "^2.1.0",
36-
"ws": "^7.2.5"
36+
"ws": "^7.3.0"
3737
}
3838
}

0 commit comments

Comments
 (0)