Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 2529023

Browse files
committed
Release commit 7.1.0-beta (backport)
1 parent 80bd6ae commit 2529023

File tree

9 files changed

+409
-386
lines changed

9 files changed

+409
-386
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Version](https://img.shields.io/badge/version-7.0.1--beta-orange.svg)](https://github.com/0xProject/0x-mesh/releases)
1+
[![Version](https://img.shields.io/badge/version-7.1.0--beta-orange.svg)](https://github.com/0xProject/0x-mesh/releases)
22
[![Docs](https://img.shields.io/badge/docs-website-yellow.svg)](https://0x-org.gitbook.io/mesh)
33
[![Chat with us on Discord](https://img.shields.io/badge/chat-Discord-blueViolet.svg)](https://discord.gg/HF7fHwk)
44
[![Circle CI](https://img.shields.io/circleci/project/0xProject/0x-mesh/master.svg)](https://circleci.com/gh/0xProject/0x-mesh/tree/master)

browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/mesh-browser",
3-
"version": "7.0.1-beta",
3+
"version": "7.1.0-beta",
44
"description": "TypeScript and JavaScript bindings for running Mesh directly in the browser.",
55
"main": "./lib/index.js",
66
"license": "Apache-2.0",

core/core.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const (
5757
estimatedNonPollingEthereumRPCRequestsPer24Hrs = 50000
5858
// logStatsInterval is how often to log stats for this node.
5959
logStatsInterval = 5 * time.Minute
60-
version = "7.0.1-beta"
60+
version = "7.1.0-beta"
6161
)
6262

6363
// Note(albrow): The Config type is currently copied to browser/ts/index.ts. We

0 commit comments

Comments
 (0)