Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha committed Apr 13, 2024
1 parent 603b955 commit 1ea6ae6
Show file tree
Hide file tree
Showing 29 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions Assets/Samples/Youtube Player/3.1.0.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [3.1.0] - 2024-04-13

### Added

Expand Down
2 changes: 1 addition & 1 deletion Packages/com.ibicha.youtube-player/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.ibicha.youtube-player",
"displayName": "Youtube Player",
"version": "3.0.0",
"version": "3.1.0",
"unity": "2021.3",
"keywords": [
"video",
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Play YouTube videos in Unity. Uses [Invidious](https://github.com/iv-org/invidious) to fetch the video metadata and Unity's VideoPlayer to play the video.

**Important:** The package is now at 3.0.0 and contains breaking changes. If you want to know why this package evolved this way, please see [this document](./adr-backend.md)
**Important:** The package is now at version 3 and contains breaking changes. If you want to know why this package evolved this way, please see [this document](./adr-backend.md)

## Preview

Expand All @@ -29,7 +29,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

```json
"com.ibicha.youtube-player": "3.0.0"
"com.ibicha.youtube-player": "3.1.0"
```

After changes, the manifest file should look like below:
Expand All @@ -44,7 +44,7 @@ After changes, the manifest file should look like below:
}
],
"dependencies": {
"com.ibicha.youtube-player": "3.0.0",
"com.ibicha.youtube-player": "3.1.0",
...
```

Expand Down

0 comments on commit 1ea6ae6

Please sign in to comment.