diff --git a/Cargo.toml b/Cargo.toml index 0396fb2..3df79ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discord-rich-presence" -version = "0.2.4" +version = "0.2.5" authors = ["Violet <110789901+vionya@users.noreply.github.com>"] edition = "2018" description = "A simple, cross-platform crate for interfacing with Discord's IPC" diff --git a/LICENSE b/LICENSE index f01334a..289b4ae 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 sardonicism-04 +Copyright (c) 2024 vionya Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 8c55c21..2efe295 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Discord Rich Presence [![crates.io](https://img.shields.io/crates/v/discord-rich-presence.svg)](https://crates.io/crates/discord-rich-presence) -[![Docs](https://docs.rs/discord-rich-presence/badge.svg?version=0.2.4)](https://docs.rs/discord-rich-presence) +[![Docs](https://docs.rs/discord-rich-presence/badge.svg?version=0.2.5)](https://docs.rs/discord-rich-presence) A simple, cross-platform crate to connect and send data to Discord's IPC. Special attention is given to sending rich presence data. @@ -28,4 +28,4 @@ The repository comes with an example you can run with cargo to set a dummy activ ``` cargo run --example presence -``` \ No newline at end of file +```