Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LINYE-MARIANA committed Apr 8, 2024
1 parent e47134d commit 2d21faf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.2

- Update README.md

## 1.0.1

- Change LICENSE to MIT
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ ObotAI入力補完サーバーデータを基づき、渡される入力テキ

Fetcherを利用してデータを取得し、Generatorを用いて、入力内容に対して補完データが生成できる

## Environment

Dart: 3.3.3+

## Usage

```dart
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: obot_completion_generator
description: A completion generator for ObotAI InputCompletion.
version: 1.0.1
version: 1.0.2
repository: https://github.com/obot-ai/obot-completion-generator-dart

environment:
Expand Down

0 comments on commit 2d21faf

Please sign in to comment.