Skip to content

Commit

Permalink
Bump version to 3.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nagix committed Nov 16, 2021
1 parent 9f5647b commit de9ce8a
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 2,567 deletions.
983 changes: 1 addition & 982 deletions DEVELOPER_GUIDE-en.md

Large diffs are not rendered by default.

983 changes: 1 addition & 982 deletions DEVELOPER_GUIDE-ja.md

Large diffs are not rendered by default.

298 changes: 1 addition & 297 deletions USER_GUIDE-en.md

Large diffs are not rendered by default.

298 changes: 1 addition & 297 deletions USER_GUIDE-ja.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/ja/user-guide/supported-browsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

次のブラウザで動作を確認しています。推奨は Chrome です。Internet Explorer には非対応です。

- Chrome 94 (Mac OS, Windows, iOS, Android)
- FireFox 93 (Mac OS, Windows, iOS)
- Chrome 95 (Mac OS, Windows, iOS, Android)
- FireFox 94 (Mac OS, Windows, iOS)
- Safari 14 (Mac OS, iOS)
- Edge 94 (Mac OS, Windows, iOS)
- Edge 95 (Mac OS, Windows, iOS)
6 changes: 3 additions & 3 deletions docs/user-guide/supported-browsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This application has been tested with the following browsers. Chrome is recommended. Internet Explorer is not supported.

- Chrome 94 (Mac OS, Windows, iOS, Android)
- FireFox 93 (Mac OS, Windows, iOS)
- Chrome 95 (Mac OS, Windows, iOS, Android)
- FireFox 94 (Mac OS, Windows, iOS)
- Safari 14 (Mac OS, iOS)
- Edge 94 (Mac OS, Windows, iOS)
- Edge 95 (Mac OS, Windows, iOS)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mini-tokyo-3d",
"version": "3.0.0-beta.3",
"version": "3.0.0-rc.1",
"description": "A real-time 3D digital map of Tokyo's public transport system",
"main": "dist/mini-tokyo-3d.js",
"module": "dist/mini-tokyo-3d.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion src/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const configs = {
searchUrl: 'https://search.minitokyo3d.com/api/v1/routes',

// Timestamp when the static data was last updated
lastStaticUpdate: '2021-10-18 12:00:00',
lastStaticUpdate: '2021-11-09 15:00:00',

// String to show in an Mapbox's AttributionControl
customAttribution: '<a href="https://github.com/nagix/mini-tokyo-3d">© Akihiko Kusanagi</a>',
Expand Down
2 changes: 1 addition & 1 deletion src/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export default class extends Evented {
}

/**
* Returns the Mapbox's Map object used in the map
* Returns the Mapbox's Map object used in the map.
* @returns {mapboxgl.Map} The Mapbox's Map
*/
getMapboxMap() {
Expand Down

0 comments on commit de9ce8a

Please sign in to comment.