diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8032c17e8..ed21d28cb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.0" + ".": "0.13.0" } diff --git a/contracts/Version.sol b/contracts/Version.sol index 2b954c6bc..2c31ac483 100644 --- a/contracts/Version.sol +++ b/contracts/Version.sol @@ -11,7 +11,7 @@ abstract contract Version { // DO NOT CHANGE // Comments block below is used by release-please to automatically update the version in this file. // x-release-please-start-version - string public constant VERSION = "0.12.0"; + string public constant VERSION = "0.13.0"; // x-release-please-end } diff --git a/package-lock.json b/package-lock.json index 7226f2131..a8466ca92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lukso/lsp-smart-contracts", - "version": "0.12.0", + "version": "0.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@lukso/lsp-smart-contracts", - "version": "0.12.0", + "version": "0.13.0", "license": "Apache-2.0", "dependencies": { "@account-abstraction/contracts": "^0.6.0", diff --git a/package.json b/package.json index f60d76613..20902d61a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lukso/lsp-smart-contracts", - "version": "0.12.0", + "version": "0.13.0", "description": "The reference implementation for universal profiles smart contracts", "directories": { "test": "test"