Skip to content

Commit

Permalink
Bump version to 3.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nagix committed Sep 11, 2021
1 parent 456a704 commit 381f856
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions USER_GUIDE-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,10 @@ The source of the public transportation data in this application is the Open Dat

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

- Chrome 92 (Mac OS, Windows, iOS, Android)
- FireFox 91 (Mac OS, Windows, iOS)
- Chrome 93 (Mac OS, Windows, iOS, Android)
- FireFox 92 (Mac OS, Windows, iOS)
- Safari 14 (Mac OS, iOS)
- Edge 92 (Mac OS, Windows, iOS)
- Edge 93 (Mac OS, Windows, iOS)

## Development Information

Expand Down
6 changes: 3 additions & 3 deletions USER_GUIDE-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,10 @@ Mini Tokyo 3D の特徴は次の通りです。

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

- Chrome 92 (Mac OS, Windows, iOS, Android)
- FireFox 91 (Mac OS, Windows, iOS)
- Chrome 93 (Mac OS, Windows, iOS, Android)
- FireFox 92 (Mac OS, Windows, iOS)
- Safari 14 (Mac OS, iOS)
- Edge 92 (Mac OS, Windows, iOS)
- Edge 93 (Mac OS, Windows, iOS)

## 開発情報

Expand Down
12 changes: 6 additions & 6 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-beta.1",
"version": "3.0.0-beta.2",
"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.5.5",
"@deck.gl/layers": "^8.5.5",
"@deck.gl/mapbox": "^8.5.5",
"@deck.gl/core": "^8.5.7",
"@deck.gl/layers": "^8.5.7",
"@deck.gl/mapbox": "^8.5.7",
"@fortawesome/fontawesome-free": "^5.15.4",
"@turf/along": "^5.1.5",
"@turf/bearing": "^5.1.5",
Expand All @@ -33,7 +33,7 @@
"mapbox-gl-animated-popup": "^0.2.1",
"pako": "^1.0.11",
"suncalc": "^1.8.0",
"swiper": "^7.0.1",
"swiper": "^7.0.5",
"three": "^0.132.2"
},
"devDependencies": {
Expand All @@ -45,7 +45,7 @@
"eslint": "^7.32.0",
"eslint-config-mourner": "^3.0.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsdoc": "^36.0.8",
"eslint-plugin-jsdoc": "^36.1.0",
"node-sass": "^6.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.6",
Expand Down

0 comments on commit 381f856

Please sign in to comment.