Skip to content

Commit

Permalink
bump version & update license
Browse files Browse the repository at this point in the history
  • Loading branch information
vionya committed Sep 28, 2024
1 parent b58fc8c commit 18ecbe7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "discord-rich-presence"
version = "0.2.4"
version = "0.2.5"
authors = ["Violet <[email protected]>"]
edition = "2018"
description = "A simple, cross-platform crate for interfacing with Discord's IPC"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -28,4 +28,4 @@ The repository comes with an example you can run with cargo to set a dummy activ

```
cargo run --example presence <CLIENT_ID>
```
```

0 comments on commit 18ecbe7

Please sign in to comment.