Skip to content

Commit

Permalink
chore: release v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Jul 2, 2024
1 parent 36428f7 commit 4e38bff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap",
"version": "0.9.4",
"version": "0.9.5",
"description": "",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reti-contracts",
"version": "0.9.4",
"version": "0.9.5",
"license": "MIT",
"scripts": {
"generate-client": "algokit generate client contracts/artifacts/ --language typescript --output contracts/clients/{contract_name}Client.ts && ./update_contract_artifacts.sh``",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reti-ui",
"version": "0.9.4",
"version": "0.9.5",
"private": true,
"type": "module",
"engines": {
Expand Down

0 comments on commit 4e38bff

Please sign in to comment.