From 2649e5b7ae7a9ec4a07c9ca98fef063529f53f19 Mon Sep 17 00:00:00 2001 From: Tristan Menzel Date: Wed, 16 Oct 2024 09:43:59 -0700 Subject: [PATCH] chore: Bump version --- packages/algo-ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/algo-ts/package.json b/packages/algo-ts/package.json index 79f68f3f..9cefa04b 100644 --- a/packages/algo-ts/package.json +++ b/packages/algo-ts/package.json @@ -1,6 +1,6 @@ { "name": "@algorandfoundation/algorand-typescript", - "version": "0.0.1-alpha.10", + "version": "0.0.1-alpha.11", "description": "This package contains definitions for the types which comprise Algorand TypeScript which can be compiled to run on the Algorand Virtual Machine using the Puya compiler.", "private": false, "main": "index.js",