Skip to content

Commit

Permalink
Merge pull request #819 from lukso-network/release-please--branches--…
Browse files Browse the repository at this point in the history
…main--components--lsp-smart-contracts

chore(main): release lsp-smart-contracts 0.13.0
  • Loading branch information
CJ42 authored Nov 30, 2023
2 parents 5c559e6 + 916166b commit f2c3726
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.12.0"
".": "0.13.0"
}
2 changes: 1 addition & 1 deletion contracts/Version.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f2c3726

Please sign in to comment.