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.
2 parents 7d2f24a + 1196d6a commit a44b312Copy full SHA for a44b312
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# 1.12.0-beta-1
+# 1.12.0
2
- Add new key reg txn field (#266)
3
- C2C Feature and Testing (#290)
4
- Implement circle ci (#293)
README.md
@@ -19,7 +19,7 @@ Maven:
19
<dependency>
20
<groupId>com.algorand</groupId>
21
<artifactId>algosdk</artifactId>
22
- <version>1.12.0-beta-1</version>
+ <version>1.12.0</version>
23
</dependency>
24
```
25
pom.xml
@@ -4,7 +4,7 @@
5
6
7
8
<packaging>jar</packaging>
9
10
<name>${project.groupId}:${project.artifactId}</name>
0 commit comments