We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e73964 commit 0b3630fCopy full SHA for 0b3630f
build.gradle
@@ -4,15 +4,15 @@ apply plugin: 'eclipse'
4
apply plugin: 'signing'
5
6
group = 'org.numenta'
7
-version = '0.6.7'
+version = '0.6.8'
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.7'
+ attributes 'Implementation-Title': 'htm.java', 'Implementation-Version': '0.6.8'
16
}
17
18
pom.xml
@@ -4,7 +4,7 @@
<groupId>org.numenta</groupId>
<artifactId>htm.java</artifactId>
- <version>0.6.7</version>
+ <version>0.6.8</version>
<name>htm.java</name>
<description>The Java version of Numenta's HTM technology</description>
0 commit comments