Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Sep 10, 2023
2 parents dd300af + 4cb578b commit 7493d40
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion IRIS_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.67.0
3.68.0
2 changes: 1 addition & 1 deletion mopidy_iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from mopidy import config, ext

__version__ = "3.66.1"
__version__ = "3.68.0"

logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mopidy-iris",
"version": "3.66.1",
"version": "3.68.0",
"description": "Mopidy HTTP interface",
"repository": "https://github.com/jaedb/iris",
"author": "James Barnsley <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = Mopidy-Iris
version = 3.66.1
version = 3.68.0
url = https://github.com/jaedb/iris
author = James Barnsley
author_email = [email protected]
Expand Down
6 changes: 3 additions & 3 deletions src/js/locale/ko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ actions:
delete: 삭제
remove: 제거
cancel: 취소
created: %{name}을(를) 생성하였습니다
saved: %{name}을(를) 저장하였습니다
deleted: %{name}을(를) 삭제하였습니다
created: '%{name}을(를) 생성하였습니다'
saved: '%{name}을(를) 저장하였습니다'
deleted: '%{name}을(를) 삭제하였습니다'
common:
popularity: 인기도
name: 이름
Expand Down

0 comments on commit 7493d40

Please sign in to comment.