Skip to content

Commit

Permalink
Updated for release 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmraya committed Sep 13, 2023
1 parent bc82d10 commit ca67c71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified jars/openxliff.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xliffmanager",
"productName": "XLIFF Manager",
"version": "7.1.0",
"version": "7.2.0",
"description": "XLIFF Manager, a cross-platform open source graphical user interface for OpenXLIFF Filters",
"main": "js/app.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"url": "https://github.com/rmraya/XLIFFManager.git"
},
"devDependencies": {
"electron": "^26.1.0",
"electron": "^26.2.1",
"typescript": "^5.2.2"
}
}
4 changes: 2 additions & 2 deletions src/com/maxprograms/server/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ private Constants() {
// do not instantiate this class
}

public static final String VERSION = "7.1.0";
public static final String BUILD = "20230901_0907";
public static final String VERSION = "7.2.0";
public static final String BUILD = "20230913_0807";
public static final String STATUS = "Status";
public static final String REASON = "Reason";
public static final String APPNAME = "XLIFFManager";
Expand Down

0 comments on commit ca67c71

Please sign in to comment.