Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nagix committed Aug 24, 2022
1 parent 06fc66e commit d63e1d5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019-2021 Akihiko Kusanagi
Copyright (c) 2019-2022 Akihiko Kusanagi

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:

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/user-guide/supported-browsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
次のブラウザで動作を確認しています。推奨は Chrome です。Internet Explorer には非対応です。

- Chrome 104 (Mac OS, Windows, iOS, Android)
- FireFox 103 (Mac OS, Windows, iOS)
- FireFox 104 (Mac OS, Windows, iOS)
- Safari 15 (Mac OS, iOS)
- Edge 104 (Mac OS, Windows, iOS)
2 changes: 1 addition & 1 deletion docs/user-guide/supported-browsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
This application has been tested with the following browsers. Chrome is recommended. Internet Explorer is not supported.

- Chrome 104 (Mac OS, Windows, iOS, Android)
- FireFox 103 (Mac OS, Windows, iOS)
- FireFox 104 (Mac OS, Windows, iOS)
- Safari 15 (Mac OS, iOS)
- Edge 104 (Mac OS, Windows, iOS)
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "mini-tokyo-3d",
"version": "3.0.0",
"version": "3.1.0",
"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",
"style": "dist/mini-tokyo-3d.css",
"dependencies": {
"@deck.gl/core": "^8.8.8",
"@deck.gl/layers": "^8.8.8",
"@deck.gl/mapbox": "^8.8.8",
"@deck.gl/core": "^8.8.9",
"@deck.gl/layers": "^8.8.9",
"@deck.gl/mapbox": "^8.8.9",
"@fortawesome/fontawesome-free": "^5.15.4",
"@turf/along": "^5.1.5",
"@turf/bearing": "^5.1.5",
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-11-24 12:00:00',
lastStaticUpdate: '2022-08-01 14: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

0 comments on commit d63e1d5

Please sign in to comment.