From 139b71e81891f7a3560771be614a2469b8d420f3 Mon Sep 17 00:00:00 2001 From: Elliot Braem Date: Mon, 21 Oct 2024 23:06:11 -0400 Subject: [PATCH] chore: increment version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9eb0563..65ec64e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@builddao/near-social-js", - "version": "1.1.0-beta.5", + "version": "1.1.0-beta.6", "description": "A JavaScript SDK for interacting with the social contract (social.near) with helper functions for typical social features.", "homepage": "https://nearbuilders.github.io/near-social-js/", "main": "dist/index.js",