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

Commit c1e0c22

Browse files
committed
Set version to 6.1.2-beta
1 parent 4af73cf commit c1e0c22

File tree

9 files changed

+377
-377
lines changed

9 files changed

+377
-377
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-6.1.1--beta-orange.svg)](https://github.com/0xProject/0x-mesh/releases)
1+
[![Version](https://img.shields.io/badge/version-6.1.2--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": "6.1.1-beta",
3+
"version": "6.1.2-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
@@ -53,7 +53,7 @@ const (
5353
defaultNonPollingEthRPCRequestBuffer = 82720
5454
// logStatsInterval is how often to log stats for this node.
5555
logStatsInterval = 5 * time.Minute
56-
version = "6.1.1-beta"
56+
version = "6.1.2-beta"
5757
)
5858

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

0 commit comments

Comments
 (0)