Skip to content

Commit 0348e9e

Browse files
committed
Bump version to 1.2.0
1 parent f7cd0e0 commit 0348e9e

File tree

7 files changed

+16
-13
lines changed

7 files changed

+16
-13
lines changed

RepostConfirmationCanceler/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// ビルド番号
3030
// リビジョン
3131
//
32-
[assembly: AssemblyVersion("1.1.0.0")]
33-
[assembly: AssemblyFileVersion("1.1.0.0")]
32+
[assembly: AssemblyVersion("1.2.0.0")]
33+
[assembly: AssemblyFileVersion("1.2.0.0")]

RepostConfirmationCancelerX64.iss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[Setup]
44
AppName=RepostConfirmationCanceler
55
AppVerName=RepostConfirmationCanceler
6-
VersionInfoVersion=1.1.0.0
7-
AppVersion=1.1.0.0
6+
VersionInfoVersion=1.2.0.0
7+
AppVersion=1.2.0.0
88
AppMutex=RepostConfirmationCancelerSetup
99
;DefaultDirName=C:\RepostConfirmationCanceler
1010
DefaultDirName={code:GetProgramFiles}\RepostConfirmationCanceler
@@ -24,15 +24,15 @@ UninstallDisplayIcon={app}\RepostConfirmationCanceler.exe
2424
Root: HKLM; Subkey: "Software\RepostConfirmationCanceler"; Flags: uninsdeletekey
2525
Root: HKLM; Subkey: "Software\RepostConfirmationCanceler"; ValueType: string; ValueName: "Path"; ValueData: "{app}\"
2626
Root: HKLM; Subkey: "Software\RepostConfirmationCanceler"; ValueType: string; ValueName: "ClientType"; ValueData: ""
27-
Root: HKLM; Subkey: "Software\RepostConfirmationCanceler"; ValueType: string; ValueName: "Version"; ValueData: "1.1.0.0"
27+
Root: HKLM; Subkey: "Software\RepostConfirmationCanceler"; ValueType: string; ValueName: "Version"; ValueData: "1.2.0.0"
2828
Root: HKLM; Subkey: "Software\RepostConfirmationCanceler"; ValueType: string; ValueName: "Rulefile"; ValueData: "{app}\RepostConfirmationCanceler.ini"
2929
Root: HKLM; Subkey: "Software\RepostConfirmationCanceler"; ValueType: string; ValueName: "RCAPfile"; ValueData: "{app}\ResourceCap.ini"
3030
Root: HKLM; Subkey: "Software\RepostConfirmationCanceler"; ValueType: string; ValueName: "ExtensionExecfile"; ValueData: "{app}\RepostConfirmationCanceler.exe"
3131

3232
Root: HKLM; Subkey: "Software\WOW6432Node\RepostConfirmationCanceler"; Flags: uninsdeletekey
3333
Root: HKLM; Subkey: "Software\WOW6432Node\RepostConfirmationCanceler"; ValueType: string; ValueName: "Path"; ValueData: "{app}\"
3434
Root: HKLM; Subkey: "Software\WOW6432Node\RepostConfirmationCanceler"; ValueType: string; ValueName: "ClientType"; ValueData: ""
35-
Root: HKLM; Subkey: "Software\WOW6432Node\RepostConfirmationCanceler"; ValueType: string; ValueName: "Version"; ValueData: "1.1.0.0"
35+
Root: HKLM; Subkey: "Software\WOW6432Node\RepostConfirmationCanceler"; ValueType: string; ValueName: "Version"; ValueData: "1.2.0.0"
3636
Root: HKLM; Subkey: "Software\WOW6432Node\RepostConfirmationCanceler"; ValueType: string; ValueName: "Rulefile"; ValueData: "{app}\RepostConfirmationCanceler.ini"
3737
Root: HKLM; Subkey: "Software\WOW6432Node\RepostConfirmationCanceler"; ValueType: string; ValueName: "RCAPfile"; ValueData: "{app}\ResourceCap.ini"
3838
Root: HKLM; Subkey: "Software\WOW6432Node\RepostConfirmationCanceler"; ValueType: string; ValueName: "ExtensionExecfile"; ValueData: "{app}\RepostConfirmationCanceler.exe"

RepostConfirmationCancelerX86.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[Setup]
44
AppName=RepostConfirmationCanceler
55
AppVerName=RepostConfirmationCanceler
6-
VersionInfoVersion=1.1.0.0
7-
AppVersion=1.1.0.0
6+
VersionInfoVersion=1.2.0.0
7+
AppVersion=1.2.0.0
88
AppMutex=RepostConfirmationCancelerSetup
99
;DefaultDirName=C:\RepostConfirmationCanceler
1010
DefaultDirName={code:GetProgramFiles}\RepostConfirmationCanceler
@@ -23,7 +23,7 @@ UninstallDisplayIcon={app}\RepostConfirmationCanceler.exe
2323
Root: HKLM; Subkey: "Software\RepostConfirmationCanceler"; Flags: uninsdeletekey
2424
Root: HKLM; Subkey: "Software\RepostConfirmationCanceler"; ValueType: string; ValueName: "Path"; ValueData: "{app}\"
2525
Root: HKLM; Subkey: "Software\RepostConfirmationCanceler"; ValueType: string; ValueName: "ClientType"; ValueData: ""
26-
Root: HKLM; Subkey: "Software\RepostConfirmationCanceler"; ValueType: string; ValueName: "Version"; ValueData: "1.1.0.0"
26+
Root: HKLM; Subkey: "Software\RepostConfirmationCanceler"; ValueType: string; ValueName: "Version"; ValueData: "1.2.0.0"
2727
Root: HKLM; Subkey: "Software\RepostConfirmationCanceler"; ValueType: string; ValueName: "Rulefile"; ValueData: "{app}\RepostConfirmationCanceler.ini"
2828
Root: HKLM; Subkey: "Software\RepostConfirmationCanceler"; ValueType: string; ValueName: "RCAPfile"; ValueData: "{app}\ResourceCap.ini"
2929
Root: HKLM; Subkey: "Software\RepostConfirmationCanceler"; ValueType: string; ValueName: "ExtensionExecfile"; ValueData: "{app}\RepostConfirmationCanceler.exe"

doc/Sources/distribute-in-house.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: |
77
Microsoft Edge用RepostConfirmationCanceler拡張機能
88
組織内サーバーを用いた配布・更新手順
99
subject: 組織内サーバーを用いた配布・更新手順
10-
date: 2025/08/20
10+
date: 2025/09/08
1111
author: 株式会社クリアコード
1212
keywords: [RepostConfirmationCanceler, Distribute in-house]
1313
titlepage: true
@@ -19,6 +19,7 @@ toc-own-page: true
1919

2020
| 日付 | Version | 備考 |
2121
|------------|---------|---------------------------------------|
22+
| 2025/09/08 | 1.2.0 | 第2版 |
2223
| 2025/08/20 | 1.1.0 | 第1版 |
2324

2425
# 目的

doc/Sources/troubleshooting-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: |
77
RepostConfirmationCanceler
88
トラブルシューティングガイド
99
subject: RepostConfirmationCancelerトラブルシューティングガイド
10-
date: 2025/08/20
10+
date: 2025/09/08
1111
author: 株式会社クリアコード
1212
keywords: [RepostConfirmationCanceler, Troubleshooting guide]
1313
titlepage: true
@@ -19,6 +19,7 @@ toc-own-page: true
1919

2020
| 日付 | Version | 備考 |
2121
|------------|---------|-----------------------------------|
22+
| 2025/09/08 | 1.2.0 | 第2版 |
2223
| 2025/08/20 | 1.1.0 | 第1版 |
2324

2425
**本書について**

doc/Sources/user-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: |
77
RepostConfirmationCanceler
88
ユーザーガイド
99
subject: RepostConfirmationCancelerユーザーガイド
10-
date: 2025/08/20
10+
date: 2025/09/08
1111
author: 株式会社クリアコード
1212
keywords: [RepostConfirmationCanceler, Set up]
1313
titlepage: true
@@ -19,6 +19,7 @@ toc-own-page: true
1919

2020
| 日付 | Version | 備考 |
2121
|------------|---------|-----------------------------------|
22+
| 2025/09/08 | 1.2.0 | 第2版 |
2223
| 2025/08/20 | 1.1.0 | 第1版 |
2324

2425
**本書について**

webextensions/edge/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "__MSG_extName__",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"description": "__MSG_extDescription__",
66
"permissions": [
77
"nativeMessaging",

0 commit comments

Comments
 (0)