nadesiko3 3.3.77 → 3.3.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
1
  // 実際のバージョン定義 (自動生成されるので以下を編集しない)
2
2
  const nakoVersion = {
3
- version: '3.3.76',
3
+ version: '3.3.78',
4
4
  major: 3,
5
5
  minor: 3,
6
- patch: 76
6
+ patch: 78
7
7
  };
8
8
  export default nakoVersion;
@@ -11,9 +11,9 @@ export interface NakoVersion {
11
11
  }
12
12
  // 実際のバージョン定義 (自動生成されるので以下を編集しない)
13
13
  const nakoVersion: NakoVersion = {
14
- version: '3.3.76',
14
+ version: '3.3.78',
15
15
  major: 3,
16
16
  minor: 3,
17
- patch: 76
17
+ patch: 78
18
18
  }
19
19
  export default nakoVersion