Skip to content

Commit

Permalink
fix: update library name (#1)
Browse files Browse the repository at this point in the history
* fix: correct library name

* chore: update pubspec version and changelog

* chore: add PR template
  • Loading branch information
btrautmann authored May 11, 2023
1 parent b92ee56 commit faaa34d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### 📰 Summary of changes
<!-- Feel free to delete this section if it doesn't apply -->
> What is the new functionality added in this PR?
### 🧪 Testing done
<!-- Feel free to delete this section if it doesn't apply -->
> What testing was added to cover the functionality added in this PR
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2

- Correct library name

## 0.0.1

- Initial version
2 changes: 1 addition & 1 deletion lib/sturdy_http.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library http_client;
library sturdy_http;

export 'src/_dio_error.dart';
export 'src/sturdy_http.dart';
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: sturdy_http
description: A strongly typed, event-based, reliable HTTP client that wraps `Dio.
version: 0.0.1
version: 0.0.2
homepage: https://github.com/Betterment/sturdy_http
repository: https://github.com/Betterment/sturdy_http

Expand Down

0 comments on commit faaa34d

Please sign in to comment.