Skip to content

Commit

Permalink
0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rrag committed Sep 4, 2018
1 parent 9a9369c commit a2e4ea7
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
@@ -1,6 +1,6 @@
{
"name": "react-stockcharts",
"version": "0.7.7",
"version": "0.7.8",
"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
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.7";
export const version = "0.7.8";

/*
// chart types & Series
Expand Down

0 comments on commit a2e4ea7

Please sign in to comment.