Skip to content

Commit 75ca5b5

Browse files
Bump version to 0.2.1 (#33)
* Bump version to 0.2.1 * Update description * Fix License
1 parent 72ff5da commit 75ca5b5

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

LICENSE

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Apache License
1+
Apache License
22
Version 2.0, January 2004
33
http://www.apache.org/licenses/
44

@@ -175,7 +175,18 @@
175175

176176
END OF TERMS AND CONDITIONS
177177

178-
Copyright (c) 2021, BrowserStack Limited. https://www.browserstack.com
178+
APPENDIX: How to apply the Apache License to your work.
179+
180+
To apply the Apache License to your work, attach the following
181+
boilerplate notice, with the fields enclosed by brackets "[]"
182+
replaced with your own identifying information. (Don't include
183+
the brackets!) The text should be enclosed in the appropriate
184+
comment syntax for the file format. We also recommend that a
185+
file or class name and description of purpose be included on the
186+
same "printed page" as the copyright notice for easier
187+
identification within third-party archives.
188+
189+
Copyright [yyyy] [name of copyright owner]
179190

180191
Licensed under the Apache License, Version 2.0 (the "License");
181192
you may not use this file except in compliance with the License.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_system_proxy
2-
description: A Flutter Plugin to detect System proxy. When using HTTP client that are not proxy aware this plugin can help with finding the proxy from system settings which then can be used with HTTP Client to make a successful request.
3-
version: 0.2.0
2+
description: A Flutter plugin to detect system proxy settings, helping non-proxy-aware HTTP clients retrieve proxy configurations for successful network requests.
3+
version: 0.2.1
44
homepage: https://github.com/BrowserStackCE/flutter_system_proxy.git
55

66
environment:

0 commit comments

Comments
 (0)