We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ee019 commit 99425beCopy full SHA for 99425be
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<artifactId>core.matrix</artifactId>
5
<description>N-dimensional array programming API for Clojure</description>
6
- <version>0.60.4-SNAPSHOT</version>
+ <version>0.61.0</version>
7
<packaging>jar</packaging>
8
9
<url>https://github.com/mikera/core.matrix</url>
@@ -204,6 +204,6 @@
204
<connection>scm:git:git@github.com:mikera/core.matrix.git</connection>
205
206
<developerConnection>scm:git:git@github.com:mikera/core.matrix.git</developerConnection>
207
- <tag>HEAD</tag>
+ <tag>core.matrix-0.61.0</tag>
208
</scm>
209
</project>
0 commit comments