Skip to content

Commit

Permalink
🔖(version) Update version to 4.1.1 (#181)
Browse files Browse the repository at this point in the history
* 🔖(version) Update package.json

* 🔖(version) Update version

* Update CHANGELOG.md

* 🔖(version) Update version
  • Loading branch information
Nakasar authored Nov 10, 2023
1 parent 840500c commit 8db61c9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## [4.1.1]

No changes, republishing package.

## [4.1.0]

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion contracts/token/TokenStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ contract TokenStorage {
string internal _tokenSymbol;
uint8 internal _tokenDecimals;
address internal _tokenOnchainID;
string internal constant _TOKEN_VERSION = "4.1.0";
string internal constant _TOKEN_VERSION = "4.1.1";

/// @dev Variables of freeze and pause functions
mapping(address => bool) internal _frozen;
Expand Down
2 changes: 1 addition & 1 deletion 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": "@tokenysolutions/t-rex",
"version": "4.1.0",
"version": "4.1.1",
"description": "A fully compliant environment for the issuance and use of tokenized securities.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 8db61c9

Please sign in to comment.