Skip to content

Commit 47cf353

Browse files
committed
Upated links and dependencies
1 parent 78412c3 commit 47cf353

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Technical Support | Peer support at [Groups.io](https://groups.io/g/maxprograms/
9292
## Requirements
9393

9494
- Node.js 24.14.0 LTS or newer. Get it from [https://nodejs.org/](https://nodejs.org/)
95-
- OpenXLIFF Filters 5.0.0 or newer. Get it from [https://github.com/rmraya/OpenXLIFF](https://github.com/rmraya/OpenXLIFF)
95+
- OpenXLIFF Filters 5.0.0 or newer. Get it from [https://github.com/maxprograms-com/OpenXLIFF](https://github.com/maxprograms-com/OpenXLIFF)
9696

9797
## Building
9898

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xliffmanager",
33
"productName": "XLIFF Manager",
4-
"version": "8.6.0",
4+
"version": "8.8.0",
55
"description": "XLIFF Manager, a cross-platform open source graphical user interface for OpenXLIFF Filters",
66
"main": "js/app.js",
77
"scripts": {
@@ -23,13 +23,13 @@
2323
"license": "EPL-1.0",
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/rmraya/XLIFFManager.git"
26+
"url": "https://github.com/maxprograms-com/XLIFFManager.git"
2727
},
2828
"devDependencies": {
29-
"electron": "^41.2.0",
30-
"typescript": "^6.0.2"
29+
"electron": "^41.3.0",
30+
"typescript": "^6.0.3"
3131
},
3232
"dependencies": {
33-
"typesbcp47": "^1.18.1"
33+
"typesbcp47": "^1.21.0"
3434
}
3535
}

0 commit comments

Comments
 (0)