Skip to content

Commit

Permalink
Merge pull request #59 from peiffer-innovations/dart_update_172955779…
Browse files Browse the repository at this point in the history
…0787

Automated Merge
  • Loading branch information
jpeiffer authored Oct 22, 2024
2 parents bd1c48a + 869341a commit 65dcd14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.0.1+4] - October 22, 2024

* Automated dependency updates


## [3.0.1+3] - October 1, 2024

* Automated dependency updates
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: 'websafe_svg'
description: 'Simple abstraction to be able to use SVGs in Android, iOS, and Web.'
version: '3.0.1+3'
version: '3.0.1+4'
homepage: 'https://github.com/peiffer-innovations/websafe_svg'

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
convert: '^3.1.1'
convert: '^3.1.2'
flutter:
sdk: 'flutter'
flutter_svg: '^2.0.10+1'
http: '^1.2.2'
logging: '^1.2.0'
logging: '^1.3.0'
meta: '^1.12.0'

dev_dependencies:
Expand Down

0 comments on commit 65dcd14

Please sign in to comment.