Skip to content

Commit 772b798

Browse files
authored
Merge pull request #4 from solaoi/feature/update-version
バージョンを0.0.1から0.0.2に更新し、各言語のREADMEファイル内のリンクを新しいバージョンに合わせて修正しました。
2 parents 8a9f12b + 8552861 commit 772b798

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*他の言語で読む: [English](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.1/README.md), [简体中文](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.1/README.zh-Hans.md), [Português](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.1/README.pt_BR.md).*
1+
*他の言語で読む: [English](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.2/README.md), [简体中文](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.2/README.zh-Hans.md), [Português](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.2/README.pt_BR.md).*
22

33
![license](https://img.shields.io/github/license/solaoi/dify-plugin-slack-thread-bot)
44

@@ -7,7 +7,7 @@
77
<img width="120" alt="Image" src="_assets/icon.svg">
88

99
**Author:** solaoi
10-
**Version:** 0.0.1
10+
**Version:** 0.0.2
1111
**Type:** 拡張機能
1212

1313
### 解説

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*Read this in other languages: [日本語](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.1/README.ja.md), [简体中文](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.1/README.zh-Hans.md), [Português](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.1/README.pt_BR.md).*
1+
*Read this in other languages: [日本語](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.2/README.ja.md), [简体中文](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.2/README.zh-Hans.md), [Português](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.2/README.pt_BR.md).*
22

33
![license](https://img.shields.io/github/license/solaoi/dify-plugin-slack-thread-bot)
44

@@ -7,7 +7,7 @@
77
<img width="120" alt="Image" src="_assets/icon.svg">
88

99
**Author:** solaoi
10-
**Version:** 0.0.1
10+
**Version:** 0.0.2
1111
**Type:** extension
1212

1313
### Description

README.pt_BR.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*Leia em outros idiomas: [English](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.1/README.md), [日本語](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.1/README.ja.md), [简体中文](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.1/README.zh-Hans.md).*
1+
*Leia em outros idiomas: [English](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.2/README.md), [日本語](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.2/README.ja.md), [简体中文](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.2/README.zh-Hans.md).*
22

33
![license](https://img.shields.io/github/license/solaoi/dify-plugin-slack-thread-bot)
44

@@ -7,7 +7,7 @@
77
<img width="120" alt="Image" src="_assets/icon.svg">
88

99
**Author:** solaoi
10-
**Version:** 0.0.1
10+
**Version:** 0.0.2
1111
**Type:** extensão
1212

1313
### Descrição

README.zh-Hans.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*以其他语言阅读:[English](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.1/README.md)[日本語](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.1/README.ja.md)[Português](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.1/README.pt_BR.md)*
1+
*以其他语言阅读:[English](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.2/README.md)[日本語](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.2/README.ja.md)[Português](https://github.com/solaoi/dify-plugin-slack-thread-bot/blob/v0.0.2/README.pt_BR.md)*
22

33
![license](https://img.shields.io/github/license/solaoi/dify-plugin-slack-thread-bot)
44

@@ -7,7 +7,7 @@
77
<img width="120" alt="Image" src="_assets/icon.svg">
88

99
**Author:** solaoi
10-
**Version:** 0.0.1
10+
**Version:** 0.0.2
1111
**Type:** 扩展
1212

1313
### 描述

manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.0.1
1+
version: 0.0.2
22
type: plugin
33
author: solaoi
44
name: slack-thread-bot

0 commit comments

Comments
 (0)