Skip to content

Commit

Permalink
Release v0.32.0 (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha authored Nov 29, 2024
1 parent c888e8e commit 588cdbe
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.32.0] - 2024-11-29

### 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.31.0
version: 0.32.0
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.31.0",
"version": "0.32.0",
"description": "Unofficial YouTube client for Roku",
"devDependencies": {
"@rokucommunity/bslint": "^0.8.26",
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.31.0",
"version": "0.32.0",
"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 @@ -2,7 +2,7 @@ title=Playlet

# Do not update version manually, it is auto updated from package.json
major_version=0
minor_version=31
minor_version=32
build_version=00000

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.31.0",
"version": "0.32.0",
"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 @@ -2,7 +2,7 @@ title=PlayletLib

# Do not update version manually, it is auto updated from package.json
major_version=0
minor_version=31
minor_version=32
build_version=00000

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.31.0",
"version": "0.32.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 588cdbe

Please sign in to comment.