We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97e01d commit a712eefCopy full SHA for a712eef
build.gradle
@@ -4,15 +4,15 @@ apply plugin: 'eclipse'
4
apply plugin: 'signing'
5
6
group = 'org.numenta'
7
-version = '0.6.12'
+version = '0.6.13'
8
archivesBaseName = 'htm.java'
9
10
sourceCompatibility = 1.8
11
targetCompatibility = 1.8
12
13
jar {
14
manifest {
15
- attributes 'Implementation-Title': 'htm.java', 'Implementation-Version': '0.6.12'
+ attributes 'Implementation-Title': 'htm.java', 'Implementation-Version': '0.6.13'
16
}
17
18
pom.xml
@@ -4,7 +4,7 @@
<groupId>org.numenta</groupId>
<artifactId>htm.java</artifactId>
- <version>0.6.12</version>
+ <version>0.6.13</version>
<name>htm.java</name>
<description>The Java version of Numenta's HTM technology</description>
0 commit comments