Skip to content

Commit d63e1d5

Browse files
committed
Bump version to 3.1.0
1 parent 06fc66e commit d63e1d5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2019-2021 Akihiko Kusanagi
3+
Copyright (c) 2019-2022 Akihiko Kusanagi
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

docs/ja/user-guide/supported-browsers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
次のブラウザで動作を確認しています。推奨は Chrome です。Internet Explorer には非対応です。
44

55
- Chrome 104 (Mac OS, Windows, iOS, Android)
6-
- FireFox 103 (Mac OS, Windows, iOS)
6+
- FireFox 104 (Mac OS, Windows, iOS)
77
- Safari 15 (Mac OS, iOS)
88
- Edge 104 (Mac OS, Windows, iOS)

docs/user-guide/supported-browsers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
This application has been tested with the following browsers. Chrome is recommended. Internet Explorer is not supported.
44

55
- Chrome 104 (Mac OS, Windows, iOS, Android)
6-
- FireFox 103 (Mac OS, Windows, iOS)
6+
- FireFox 104 (Mac OS, Windows, iOS)
77
- Safari 15 (Mac OS, iOS)
88
- Edge 104 (Mac OS, Windows, iOS)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "mini-tokyo-3d",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "A real-time 3D digital map of Tokyo's public transport system",
55
"main": "dist/mini-tokyo-3d.js",
66
"module": "dist/mini-tokyo-3d.esm.js",
77
"style": "dist/mini-tokyo-3d.css",
88
"dependencies": {
9-
"@deck.gl/core": "^8.8.8",
10-
"@deck.gl/layers": "^8.8.8",
11-
"@deck.gl/mapbox": "^8.8.8",
9+
"@deck.gl/core": "^8.8.9",
10+
"@deck.gl/layers": "^8.8.9",
11+
"@deck.gl/mapbox": "^8.8.9",
1212
"@fortawesome/fontawesome-free": "^5.15.4",
1313
"@turf/along": "^5.1.5",
1414
"@turf/bearing": "^5.1.5",

src/configs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const configs = {
120120
searchUrl: 'https://search.minitokyo3d.com/api/v1/routes',
121121

122122
// Timestamp when the static data was last updated
123-
lastStaticUpdate: '2021-11-24 12:00:00',
123+
lastStaticUpdate: '2022-08-01 14:00:00',
124124

125125
// String to show in an Mapbox's AttributionControl
126126
customAttribution: '<a href="https://github.com/nagix/mini-tokyo-3d">© Akihiko Kusanagi</a>',

0 commit comments

Comments
 (0)