Skip to content

Commit

Permalink
Rebuild for v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cierra-Runis committed Nov 9, 2023
1 parent 58d5292 commit a47493c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.6.0

Rebuild for [v1.6.0](https://github.com/qwd/Icons/releases/tag/v1.6.0)

## 1.5.0+2

📖Bring back example
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Or try out [live example app](https://note-of-me.top/qweather_icons/).

```yaml
dependencies:
qweather_icons: ^1.5.0
qweather_icons: ^1.6.0
```
2. Use it any where
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

```yaml
dependencies:
qweather_icons: ^1.5.0
qweather_icons: ^1.6.0
```
2. 在任何地方使用它
Expand Down
9 changes: 4 additions & 5 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,10 @@ packages:
qweather_icons:
dependency: "direct main"
description:
name: qweather_icons
sha256: "7e33ff5857471e16442db41918cf4adac12b9ad9892f3e57e50b67ff3e9378a0"
url: "https://pub.dev"
source: hosted
version: "0.0.3"
path: ".."
relative: true
source: path
version: "1.6.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down
3 changes: 2 additions & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ environment:
dependencies:
flutter:
sdk: flutter
qweather_icons: ^0.0.2
qweather_icons:
path: ../

dev_dependencies:
flutter_test:
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: qweather_icons
description: An Icon package for QWeather, which helps you show its icon continently.
version: 1.5.0+2
version: 1.6.0
homepage: https://github.com/Cierra-Runis/qweather_icons

environment:
Expand Down

0 comments on commit a47493c

Please sign in to comment.