From a48371f949a8bfb9639f078a7bec50718296b412 Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 9 Sep 2023 16:52:11 -0400 Subject: [PATCH] Fix name in readme --- Cargo.toml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8676703..339728f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "streem" description = "Simple utilities for creating and consuming streams" -version = "0.1.0" +version = "0.1.1" license = "GPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/asonix/streaming" diff --git a/README.md b/README.md index ac30d7f..13cd8e5 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ Feel free to open issues for anything you find an issue with. Please note that a Copyright © 2023 asonix -ActivityStreams is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. +Streem is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -ActivityStreams is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. This file is part of ActivityStreams. +Streem is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. This file is part of Streem. -You should have received a copy of the GNU General Public License along with ActivityStreams. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/). +You should have received a copy of the GNU General Public License along with Streem. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).