Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
Closes #1
  • Loading branch information
f-person committed Aug 19, 2023
1 parent de47a9c commit d252adf
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ pubspec.lock
coverage/

.vscode/
.DS_Store
test/.DS_Store
2 changes: 2 additions & 0 deletions .pubignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.DS_Store
test/.DS_Store
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.2.0

- Upgrade dependencies
- Update Dart version constraints

## 0.1.3

- Use a DTO for parsing caption tracks.
Expand Down
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: youtube_caption_scraper
description: Parse subtitles/captions from YouTube without authorization.
version: 0.1.3
version: 0.2.0
homepage: https://github.com/f-person/youtube_captions_scraper
repository: https://github.com/f-person/youtube_captions_scraper

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: ">=2.16.0 <4.0.0"

dependencies:
html: ^0.15.0
http: ^0.13.4
html: ^0.15.4
http: ^1.1.0

dev_dependencies:
lints: ^1.0.0
test: ^1.16.0
lints: ^2.1.1
test: ^1.24.6

false_secrets:
- test/test_data.dart
Binary file removed test/.DS_Store
Binary file not shown.

0 comments on commit d252adf

Please sign in to comment.