Skip to content

Commit ee32231

Browse files
committed
Version 1.0.0
Updated version number. Added current year to license copyright.
1 parent 3c52932 commit ee32231

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Jeroen1602
3+
Copyright (c) 2021-2024 Jeroen1602
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ packages:
113113
path: ".."
114114
relative: true
115115
source: path
116-
version: "0.2.4"
116+
version: "1.0.0"
117117
flutter_web_plugins:
118118
dependency: transitive
119119
description: flutter

example/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ description: Demonstrates how to use the flutter_web_bluetooth plugin.
55
# pub.dev using `pub publish`. This is preferred for private packages.
66
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
77

8-
version: 15.0.0+15
8+
version: 16.0.0+16
99

1010
environment:
11-
sdk: ">=3.5.3 <4.0.0"
11+
sdk: ">=3.5.4 <4.0.0"
1212

1313
dependencies:
14-
convert: ^3.1.1
14+
convert: ^3.1.2
1515
flutter:
1616
sdk: flutter
1717
flutter_linkify: ^6.0.0
@@ -22,9 +22,9 @@ dependencies:
2222
# The example app is bundled with the plugin so we use a path dependency on
2323
# the parent directory to use the current plugin's version.
2424
path: ../
25-
package_info_plus: ^8.0.2
25+
package_info_plus: ^8.1.1
2626
rxdart: ^0.28.0
27-
url_launcher: ^6.3.0
27+
url_launcher: ^6.3.1
2828
web: ^1.1.0
2929
web_browser_detect: ^2.0.3
3030
yaml: ^3.1.2

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_web_bluetooth
22
description: A library to use the web bluetooth api in your web project. Will play nice if used in IO projects.
3-
version: 0.2.4
3+
version: 1.0.0
44
homepage: https://github.com/jeroen1602/flutter_web_bluetooth/
55
repository: https://github.com/jeroen1602/flutter_web_bluetooth/
66
issue_tracker: https://github.com/jeroen1602/flutter_web_bluetooth/issues/

0 commit comments

Comments
 (0)