Skip to content

Commit a712eef

Browse files
author
cogmission
committed
Update build files for new release (v0.6.13-alpha)
1 parent e97e01d commit a712eef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ apply plugin: 'eclipse'
44
apply plugin: 'signing'
55

66
group = 'org.numenta'
7-
version = '0.6.12'
7+
version = '0.6.13'
88
archivesBaseName = 'htm.java'
99

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8
1212

1313
jar {
1414
manifest {
15-
attributes 'Implementation-Title': 'htm.java', 'Implementation-Version': '0.6.12'
15+
attributes 'Implementation-Title': 'htm.java', 'Implementation-Version': '0.6.13'
1616
}
1717
}
1818

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.numenta</groupId>
66
<artifactId>htm.java</artifactId>
7-
<version>0.6.12</version>
7+
<version>0.6.13</version>
88
<name>htm.java</name>
99
<description>The Java version of Numenta's HTM technology</description>
1010

0 commit comments

Comments
 (0)