Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 072d73c

Browse files
committed
Bump to ver 2.67
1 parent e937f48 commit 072d73c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "recotw-explorer",
3-
"version": "2.6.6",
3+
"version": "2.6.7",
44
"description": "A web application to view Tweets recorded in RecoTw.",
55
"devDependencies": {
66
"@types/bootstrap": "^4.5.0",

src/ts/resources.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const APP_NAME = "RecoTw Explorer";
2-
export const APP_VERSION = "2.66";
2+
export const APP_VERSION = "2.67";
33
export const APP_URL = `${location.protocol}//${location.host}${location.pathname}`;
44

55
export const INCORRECT_REGEX = "指定された正規表現は正しくありません";

0 commit comments

Comments
 (0)