Skip to content

Commit bdbc5e3

Browse files
committed
update version text to 0.1.0
Signed-off-by: Shan He <[email protected]>
1 parent 357a801 commit bdbc5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/KeplerGL/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class App extends Component {
144144
mapboxApiAccessToken={this.props.mapboxAPIKey}
145145
id={MAP_ID}
146146
appName="Kepler.gl in Tableau!"
147-
version="v0.1"
147+
version="0.1.0"
148148
theme={this.props.theme === 'light' ? 'light' : undefined}
149149
width={this.props.width}
150150
height={this.props.height}

0 commit comments

Comments
 (0)