Skip to content

Commit f6ca19b

Browse files
preparing for 1.3.0 release
1 parent 3f07218 commit f6ca19b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

jasima_gui/META-INF/MANIFEST.MF

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: jasima GUI
44
Bundle-SymbolicName: jasima_gui; singleton:=true
5-
Bundle-Version: 1.2.5.qualifier
5+
Bundle-Version: 1.3.0
66
Bundle-Activator: jasima_gui.Activator
77
Require-Bundle: org.eclipse.core.runtime,
88
org.eclipse.ui.ide,
@@ -30,3 +30,4 @@ Bundle-ClassPath: xstream-1.4.8.jar,
3030
Export-Package: com.thoughtworks.xstream,
3131
jasima_gui,
3232
jasima_gui.editor
33+
Bundle-Vendor: jasima solutions UG

jasima_gui/src/jasima_gui/pref/Pref.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public abstract class Pref {
3030

3131
public static final StrPref XLS_EXP_RES_FMT = new StrPref("default-excel-experiment-result-format", "--xlsres");
3232

33-
public static final StrPref JASIMA_VERSION = new StrPref("default-jasima-version", "1.2.0");
33+
public static final StrPref JASIMA_VERSION = new StrPref("default-jasima-version", "1.3.0");
3434

3535
public final String key;
3636

0 commit comments

Comments
 (0)