Skip to content

Commit bf0ed81

Browse files
committed
updated version and slightly improved README
1 parent a50825f commit bf0ed81

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
**W**hich **I**nternal **T**oolkit for **CH**emicals
2-
3-
MolWitch is a Bridge Pattern wrapper around various cheminformatics toolkit
2+
# MolWitch
3+
MolWitch is a Bridge Pattern wrapper around various Cheminformatics Toolkits
44
so that users can change the underlying toolkit at runtime without changing
55
any client code.
66

7-
For example using Chemaxon's Jchem if someone has a license but allow others
8-
without to use the open source CDK.
97

10-
#Available on Maven Central
8+
## Available on Maven Central
119
Usually, one needs to add 2 dependencies:
1210
This adds the API.
1311
```
1412
<dependency>
1513
<groupId>gov.nih.ncats</groupId>
1614
<artifactId>molwitch</artifactId>
17-
<version>0.5.8</version>
15+
<version>0.6.0</version>
1816
</dependency>
1917
```
2018

@@ -25,6 +23,6 @@ To add CDK:
2523
<dependency>
2624
<groupId>gov.nih.ncats</groupId>
2725
<artifactId>molwitch-cdk</artifactId>
28-
<version>1.0.3</version>
26+
<version>1.0.4</version>
2927
</dependency>
3028
```

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>gov.nih.ncats</groupId>
2626
<artifactId>molwitch</artifactId>
27-
<version>0.6.0-SNAPSHOT</version>
27+
<version>0.6.0</version>
2828

2929
<name>ncats-molwitch</name>
3030

@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>gov.nih.ncats</groupId>
7777
<artifactId>ncats-common</artifactId>
78-
<version>0.3.4-SNAPSHOT</version>
78+
<version>0.3.4</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>junit</groupId>

0 commit comments

Comments
 (0)