Skip to content

Commit

Permalink
3.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nventuro committed Apr 3, 2020
1 parent 92a60b2 commit 63a3665
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/contracts",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.1",
"description": "Secure Smart Contract library for Solidity",
"files": [
"**/*.sol",
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: contracts
title: Contracts
version: 3.x-rc
version: 3.x
prerelease: true
nav:
- modules/ROOT/nav.adoc
Expand Down
2 changes: 1 addition & 1 deletion ethpm.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "zeppelin",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.1",
"description": "Secure Smart Contract library for Solidity",
"authors": [
"OpenZeppelin Community <maintainers@openzeppelin.org>"
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": "openzeppelin-solidity",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.1",
"description": "Secure Smart Contract library for Solidity",
"files": [
"/contracts/**/*.sol",
Expand Down

0 comments on commit 63a3665

Please sign in to comment.