Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
Updated version number.
Added current year to license copyright.
  • Loading branch information
jeroen1602 committed Nov 22, 2024
1 parent 3c52932 commit ee32231
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Jeroen1602
Copyright (c) 2021-2024 Jeroen1602

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.4"
version: "1.0.0"
flutter_web_plugins:
dependency: transitive
description: flutter
Expand Down
10 changes: 5 additions & 5 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ description: Demonstrates how to use the flutter_web_bluetooth plugin.
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 15.0.0+15
version: 16.0.0+16

environment:
sdk: ">=3.5.3 <4.0.0"
sdk: ">=3.5.4 <4.0.0"

dependencies:
convert: ^3.1.1
convert: ^3.1.2
flutter:
sdk: flutter
flutter_linkify: ^6.0.0
Expand All @@ -22,9 +22,9 @@ dependencies:
# The example app is bundled with the plugin so we use a path dependency on
# the parent directory to use the current plugin's version.
path: ../
package_info_plus: ^8.0.2
package_info_plus: ^8.1.1
rxdart: ^0.28.0
url_launcher: ^6.3.0
url_launcher: ^6.3.1
web: ^1.1.0
web_browser_detect: ^2.0.3
yaml: ^3.1.2
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: flutter_web_bluetooth
description: A library to use the web bluetooth api in your web project. Will play nice if used in IO projects.
version: 0.2.4
version: 1.0.0
homepage: https://github.com/jeroen1602/flutter_web_bluetooth/
repository: https://github.com/jeroen1602/flutter_web_bluetooth/
issue_tracker: https://github.com/jeroen1602/flutter_web_bluetooth/issues/
Expand Down

0 comments on commit ee32231

Please sign in to comment.