Skip to content

Commit

Permalink
Fixed segmentation issues with MS Office
Browse files Browse the repository at this point in the history
  • Loading branch information
rmraya committed Nov 13, 2021
1 parent e41b0d4 commit 775853c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified jars/openxliff.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "swordfish",
"productName": "Swordfish",
"version": "4.11.0",
"version": "4.11.1",
"description": "Swordfish Translation Editor",
"main": "js/App.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/com/maxprograms/swordfish/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ private Constants() {
}

public static final String APPNAME = "Swordfish";
public static final String VERSION = "4.11.0";
public static final String BUILD = "20211121018";
public static final String VERSION = "4.11.1";
public static final String BUILD = "20211113_0654";

public static final String REASON = "reason";
public static final String STATUS = "status";
Expand Down

0 comments on commit 775853c

Please sign in to comment.