Skip to content

Commit

Permalink
Podfile, Changelog and version updated to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsetragni committed Oct 2, 2023
1 parent dbdd9d2 commit 105b607
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
"languageVersion": "2.19"
}
],
"generated": "2023-10-02T15:24:13.746064Z",
"generated": "2023-10-02T20:03:17.343139Z",
"generator": "pub",
"generatorVersion": "3.1.3"
}
2 changes: 2 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.8.2]
### Improved
* iOS awesome_notifications library updated to version 0.8.1

## [0.8.1]
### Fixed
* Swift libraries updated to utilize a shared reference from the new Logger class.
Expand Down
2 changes: 1 addition & 1 deletion ios/awesome_notifications.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'awesome_notifications'
s.version = '0.8.0'
s.version = '0.8.1'
s.summary = 'A complete solution to create Local and Push Notifications, through Firebase or another services, using Flutter.'
s.description = <<-DESC
A complete solution to create Local Notifications and Push Notifications, through Firebase or another services, using Flutter.
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: awesome_notifications
description: A complete solution to create Local and Push Notifications, customizing buttons, images, sounds, emoticons and applying many different layouts for Flutter apps.
version: 0.8.1
version: 0.8.2
repository: https://github.com/rafaelsetragni/awesome_notifications

environment:
Expand Down

0 comments on commit 105b607

Please sign in to comment.