Skip to content

Commit 2a5a60c

Browse files
committed
Increase release number, add release README.txt.
1 parent b00ab06 commit 2a5a60c

5 files changed

Lines changed: 16 additions & 7 deletions

File tree

pom-root.xml

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

55
<groupId>org.nlogo.extensions.dbscan</groupId>
66
<artifactId>dbscan</artifactId>
7-
<version>0.2</version>
7+
<version>0.2.1</version>
88
<packaging>pom</packaging>
99

1010
<repositories>

pom-v5.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>org.nlogo.extensions.dbscan</groupId>
77
<artifactId>dbscan</artifactId>
8-
<version>0.2</version>
8+
<version>0.2.1</version>
99
<relativePath>pom-root.xml</relativePath>
1010
</parent>
1111

1212
<groupId>org.nlogo.extensions.dbscan</groupId>
1313
<artifactId>dbscan-NetLogo5</artifactId>
14-
<version>0.2</version>
14+
<version>0.2.1</version>
1515
<packaging>jar</packaging>
1616

1717
<dependencies>

pom-v6.1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>org.nlogo.extensions.dbscan</groupId>
77
<artifactId>dbscan</artifactId>
8-
<version>0.2</version>
8+
<version>0.2.1</version>
99
<relativePath>pom-root.xml</relativePath>
1010
</parent>
1111

1212
<groupId>org.nlogo.extensions.dbscan</groupId>
1313
<artifactId>dbscan-NetLogo6</artifactId>
14-
<version>0.2</version>
14+
<version>0.2.1</version>
1515
<packaging>jar</packaging>
1616

1717
<dependencies>

pom-v6.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>org.nlogo.extensions.dbscan</groupId>
77
<artifactId>dbscan</artifactId>
8-
<version>0.2</version>
8+
<version>0.2.1</version>
99
<relativePath>pom-root.xml</relativePath>
1010
</parent>
1111

1212
<groupId>org.nlogo.extensions.dbscan</groupId>
1313
<artifactId>dbscan-NetLogo6</artifactId>
14-
<version>0.2</version>
14+
<version>0.2.1</version>
1515
<packaging>jar</packaging>
1616

1717
<dependencies>

res/README.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This archive contains the DBSCAN Extension for NetLogo, release 0.2.1.
2+
3+
To install the extension, copy the folder dbscan (not just the content) into NetLogo's app/extensions folder.
4+
For NetLogo 6.1, consider using the Extension Manager as the recommended approach.
5+
6+
For more information and detailed installation and usage instructions, refer to https://github.com/chrfrantz/NetLogo-Extension-DBSCAN#readme
7+
8+
Author: Christopher Frantz
9+

0 commit comments

Comments
 (0)