Skip to content

Commit

Permalink
build: version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joran-Dob committed Sep 30, 2023
1 parent 89ba5e8 commit ddf69b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter-release-drive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types:
- created
jobs:
test:
publish:
runs-on: ubuntu-latest
steps:
- name: 📚 Git Checkout
Expand Down Expand Up @@ -40,4 +40,4 @@ jobs:
credential: ${{ secrets.PUBSPEC_CREDENTIALS }}
flutter_package: true
skip_test: true
dry_run: false🎁
dry_run: false
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.2.0] - 30/09/2023.

### Fixed
- hide subtitle item when time is not matching
- Hide subtitle item when time is not matching
- Hide subtitles when there is no subtitle content or subtitle url


## [2.1.0] - 22/05/2022.
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: subtitle_wrapper_package
description: A Subtitle Wrapper package, this subtitle wrapper package displays subtitles for a video player.
version: 2.1.1
version: 2.2.0
homepage: https://github.com/Joran-Dob/flutter_subtitle_wrapper

environment:
Expand Down

0 comments on commit ddf69b3

Please sign in to comment.