Skip to content

Commit

Permalink
bump to 4.0.1-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasmueller committed Jun 16, 2020
1 parent ddd9238 commit db3558c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

[![CircleCI](https://circleci.com/gh/omisego/omg-js/tree/master.svg?style=svg)](https://circleci.com/gh/omisego/omg-js/tree/master)
[![CircleCI](https://circleci.com/gh/omgnetwork/omg-js/tree/master.svg?style=svg)](https://circleci.com/gh/omgnetwork/omg-js/tree/master)

This is a Javascript library that allows you to interact with OmiseGo's MoreVP implementation of Plasma. It provides functions to:

Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<title>omg-js 4.0.0-0.4.7 | Documentation</title>
<title>omg-js 4.0.1-1.0.0 | Documentation</title>
<meta name='description' content='JavaScript Library to interact with OMG Network'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>omg-js</h3>
<div class='mb1'><code>4.0.0-0.4.7</code></div>
<div class='mb1'><code>4.0.1-1.0.0</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omg-js",
"version": "4.0.0-0.4.7",
"version": "4.0.1-1.0.0",
"private": true,
"description": "JavaScript Library to interact with OMG Network",
"scripts": {
Expand Down

0 comments on commit db3558c

Please sign in to comment.