Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2f7f18

Browse files
committed
Undo change to version number
1 parent 92273f4 commit e2f7f18

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotly.js",
3-
"version": "3.0.1",
3+
"version": "3.0.0",
44
"description": "The open source javascript graphing library that powers plotly",
55
"license": "MIT",
66
"main": "./lib/index.js",

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
'use strict';
22

33
// package version injected by `npm run preprocess`
4-
exports.version = '3.0.1';
4+
exports.version = '3.0.0';

0 commit comments

Comments
 (0)