Skip to content

Commit

Permalink
0.7.0-beta.26
Browse files Browse the repository at this point in the history
  • Loading branch information
rrag committed Feb 15, 2018
1 parent 923031c commit 87561b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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": "react-stockcharts",
"version": "0.7.0-beta.25",
"version": "0.7.0-beta.26",
"description": "Highly customizable stock charts with ReactJS and d3",
"main": "src/index.js",
"module": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export { default as GenericComponent } from "./lib/GenericComponent";
export { default as BackgroundText } from "./lib/BackgroundText";
export { default as ZoomButtons } from "./lib/ZoomButtons";

export const version = "0.7.0-beta.25";
export const version = "0.7.0-beta.26";

/*
// chart types & Series
Expand Down

0 comments on commit 87561b3

Please sign in to comment.