Skip to content

Commit

Permalink
chore: v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Jun 29, 2022
1 parent 0ea77a7 commit c281740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/larkmap",
"version": "0.0.1-alpha.8",
"version": "0.0.1",
"description": "A React toolkit for geospatial visualization based on L7",
"license": "MIT",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.0.1-alpha.8';
export default '0.0.1';

0 comments on commit c281740

Please sign in to comment.