Skip to content

Commit

Permalink
Release v0.23.6 (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha committed May 23, 2024
1 parent 1acf1da commit ca1399c
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
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 project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.23.6] - 2024-05-23

### Added

Expand Down
2 changes: 1 addition & 1 deletion docs/playlet-web-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0

info:
title: Playlet Web API
version: 0.23.5
version: 0.23.6
description:
Playlet Web API is a RESTful API for controlling the Playlet app on
Roku devices. The API is intended to be used by the Playlet web app, but can
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playlet",
"version": "0.23.5",
"version": "0.23.6",
"description": "Unofficial YouTube client for Roku",
"devDependencies": {
"@rokucommunity/bslint": "^0.8.21",
Expand Down
4 changes: 2 additions & 2 deletions playlet-app/package-lock.json

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

2 changes: 1 addition & 1 deletion playlet-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playlet-app",
"version": "0.23.5",
"version": "0.23.6",
"description": "Unofficial YouTube client for Roku",
"scripts": {
"prebuild": "rm -rf ../build/playlet-app",
Expand Down
2 changes: 1 addition & 1 deletion playlet-app/src/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title=Playlet
# Do not update version manually, it is auto updated from package.json
major_version=0
minor_version=23
build_version=00005
build_version=00006

ui_resolutions=hd

Expand Down
4 changes: 2 additions & 2 deletions playlet-lib/package-lock.json

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

2 changes: 1 addition & 1 deletion playlet-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playlet-lib",
"version": "0.23.5",
"version": "0.23.6",
"description": "Unofficial YouTube client for Roku",
"scripts": {
"prebuild": "rm -rf ../build/playlet-lib",
Expand Down
2 changes: 1 addition & 1 deletion playlet-lib/src/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title=PlayletLib
# Do not update version manually, it is auto updated from package.json
major_version=0
minor_version=23
build_version=00005
build_version=00006

ui_resolutions=hd

Expand Down
4 changes: 2 additions & 2 deletions playlet-web/package-lock.json

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

2 changes: 1 addition & 1 deletion playlet-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playlet-web",
"version": "0.23.5",
"version": "0.23.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit ca1399c

Please sign in to comment.