Skip to content

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
satran004 committed Jul 9, 2021
1 parent 1a22f1c commit 812ad36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 0.5.0-beta
### 0.5.0
- TEAL v3 support (New Opcodes, Global Fields, Txn Fields)
- Auto-complete, Syntax Highlights for TEAL v3
- Algorand java sdk version updated to support v3 deployment
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ apply plugin: "kotlin"
apply plugin: "org.jetbrains.intellij"

group 'com.bloxbean'
version '0.5.0-beta'
version '0.5.0'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit 812ad36

Please sign in to comment.