Skip to content

Commit 6bbfa6a

Browse files
committed
docs: 버전 변경에 대한 문서 수정
1 parent d2cd497 commit 6bbfa6a

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.1.4
1+
## 0.1.5
22

33
- Translated all instructional print messages to English.
44

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Or add the following to your `pubspec.yaml`:
2929

3030
```yaml
3131
dev_dependencies:
32-
da_gen: ^0.1.4
32+
da_gen: ^0.1.5
3333
```
3434
3535
## Environment Variable Setup
@@ -219,4 +219,3 @@ This generates all files in the current directory instead of nested folders.
219219
## License
220220

221221
This project is distributed under the MIT License. See the LICENSE file for more details.
222-
>>>>>>> develop

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: da_gen
22
description: This is a Dart CLI tool that automatically generates files for the Data layer in a MVVM structure.
3-
version: 0.1.4
3+
version: 0.1.5
44
homepage: https://github.com/okstring/da_gen
55
repository: https://github.com/okstring/da_gen
66

0 commit comments

Comments
 (0)