Skip to content

Commit

Permalink
bump version (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmidyllic authored Jan 25, 2024
1 parent f890c45 commit 5f236e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contracts/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 contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iden3/contracts",
"description": "Smart Contract library for Solidity",
"version": "1.4.4",
"version": "1.4.5",
"files": [
"**/*.sol",
"/build/contracts/*.json",
Expand Down
2 changes: 1 addition & 1 deletion contracts/validators/CredentialAtomicQueryV3Validator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ contract CredentialAtomicQueryV3Validator is CredentialAtomicQueryValidator {
/**
* @dev Version of contract
*/
string public constant VERSION = "1.0.0-beta.0";
string public constant VERSION = "1.0.1-beta.0";

string internal constant CIRCUIT_ID = "credentialAtomicQueryV3OnChain-beta.0";

Expand Down

0 comments on commit 5f236e4

Please sign in to comment.