Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nledford committed Jun 17, 2024
1 parent 3545516 commit b48902c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chidori"
version = "0.1.0"
version = "0.1.1"
description = "Builds and updates custom playlists on a Plex server"
authors = ["Nathaniel Ledford <nate@nateledford.com>"]
repository = "https://github.com/nledford/chidori"
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ docker_build:

docker_run:
docker run -h docker-dev-mbp\
-e TZ="America/New_York"\
-it -v "./data/profiles:/profiles" -v "./data/config:/config"\
-e TZ="America/New_York"\ -e PROFILES_DIRECTORY=/data/profiles
-it -v "./data/profiles:/data/profiles" -v "./data/config:/data/config"\
--rm --name chidori nledford/chidori:latest run -l

install:
Expand Down

0 comments on commit b48902c

Please sign in to comment.