Skip to content

Commit

Permalink
beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cXiaof committed Aug 14, 2018
1 parent dfecd33 commit f107fc7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/maptalks.control.compass.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* maptalks.control.compass v0.1.0-alpha.1
* maptalks.control.compass v0.1.0-beta.1
* LICENSE : MIT
* (c) 2016-2018 maptalks.org
*/
Expand Down Expand Up @@ -113,6 +113,6 @@ exports.CompassControl = CompassControl;

Object.defineProperty(exports, '__esModule', { value: true });

typeof console !== 'undefined' && console.log('maptalks.control.compass v0.1.0-alpha.1');
typeof console !== 'undefined' && console.log('maptalks.control.compass v0.1.0-beta.1');

})));
4 changes: 2 additions & 2 deletions dist/maptalks.control.compass.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/maptalks.control.compass.min.js.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/maptalks.control.compass.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* maptalks.control.compass v0.1.0-alpha.1
* maptalks.control.compass v0.1.0-beta.1
* LICENSE : MIT
* (c) 2016-2018 maptalks.org
*/
Expand Down Expand Up @@ -105,4 +105,4 @@ CompassControl.mergeOptions(options);

export { CompassControl };

typeof console !== 'undefined' && console.log('maptalks.control.compass v0.1.0-alpha.1');
typeof console !== 'undefined' && console.log('maptalks.control.compass v0.1.0-beta.1');
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maptalks.control.compass",
"version": "0.1.0-alpha.1",
"version": "0.1.0-beta.1",
"description": "A maptalks Compass Control.",
"license": "MIT",
"author": "cXiaof",
Expand Down

0 comments on commit f107fc7

Please sign in to comment.