Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 553c788

Browse files
committed
Release version 1.0.0
1 parent 93006d4 commit 553c788

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ target
1010
.idea/misc.xml
1111
.idea/vcs.xml
1212
.idea/runConfigurations
13-
.idea/copyright
13+
.idea/copyright
14+
checkstyle.xml
15+
/mathmlquerygenerator.iml

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.formulasearchengine</groupId>
66
<artifactId>mathmlquerygenerator</artifactId>
7-
<version>0.0.3-SNAPSHOT</version>
7+
<version>1.0.0</version>
88

99
<name>MathML Query Generator</name>
1010
<description>Converts MathWebSearch queries to XQuery expressions.</description>

0 commit comments

Comments
 (0)