We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357a801 commit bdbc5e3Copy full SHA for bdbc5e3
src/components/KeplerGL/app.js
@@ -144,7 +144,7 @@ class App extends Component {
144
mapboxApiAccessToken={this.props.mapboxAPIKey}
145
id={MAP_ID}
146
appName="Kepler.gl in Tableau!"
147
- version="v0.1"
+ version="0.1.0"
148
theme={this.props.theme === 'light' ? 'light' : undefined}
149
width={this.props.width}
150
height={this.props.height}
0 commit comments