Browse Source

Fix package.json version out of sync

Francisco Giordano 4 years ago
parent
commit
877f440331
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contracts/package.json

+ 1 - 1
contracts/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@openzeppelin/contracts",
   "description": "Secure Smart Contract library for Solidity",
-  "version": "3.2.2-solc-0.7",
+  "version": "3.2.0",
   "files": [
     "**/*.sol",
     "/build/contracts/*.json",