From 6fae75d3bccf01ddf13f2c570fe8a5af13a97bd6 Mon Sep 17 00:00:00 2001 From: Dragan Date: Sat, 12 Oct 2024 13:44:56 +0200 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Makefile.toml | 2 +- rsplayer_backend/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a28b87..21a39b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2208,7 +2208,7 @@ dependencies = [ [[package]] name = "rsplayer" -version = "1.0.1" +version = "1.0.2" dependencies = [ "anyhow", "api_models", diff --git a/Makefile.toml b/Makefile.toml index 8b571b9..df53324 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -6,7 +6,7 @@ RPI_HOST = "192.168.5.4" TARGET = "aarch64-unknown-linux-gnu" -RELEASE_VERSION = "1.0.1" +RELEASE_VERSION = "1.0.2" RELEASE_BRANCH = "main" [config] diff --git a/rsplayer_backend/Cargo.toml b/rsplayer_backend/Cargo.toml index 456582b..59f2275 100644 --- a/rsplayer_backend/Cargo.toml +++ b/rsplayer_backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsplayer" -version = "1.0.1" +version = "1.0.2" authors = ["Dragan Ljubojevic "] edition = "2021" license-file = "../LICENSE"