Skip to content

Commit 82e1c45

Browse files
committed
add homepage and repo to the pubspec file
1 parent 773b429 commit 82e1c45

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
## 0.0.1
22

33
* TODO: Describe initial release.
4+
5+
## 0.0.1+1
6+
## 0.0.1+2
7+
8+
* edited and clarified the documentation

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Licensed under a modified MIT License (with a no-reselling clause).
4040
3. Add the following to your `pubspec.yaml` file:
4141
```yamld
4242
dependencies:
43-
signals_translator: ^0.0.1
43+
signals_translator: ^0.0.1+2
4444
4545
[...]
4646

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: signals_translator
22
description: "Translate your project 100% using signals"
3-
version: 0.0.1+1
4-
homepage:
3+
version: 0.0.1+2
4+
homepage: https://github.com/nathantaal/flutter-signals-translator
5+
repository: https://github.com/nathantaal/flutter-signals-translator
56

67
environment:
78
sdk: ^3.7.2

0 commit comments

Comments
 (0)