Release 2.0.0-rc.2

pull/34/head
Mingwei Samuel 2021-09-09 22:56:14 -07:00
parent 32e70437ab
commit c9465eee32
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,5 @@
[package]
publish = false
name = "riven_example_proxy"
version = "0.0.0"
authors = [ "Mingwei Samuel <mingwei.samuel@gmail.com>" ]

View File

@ -1,13 +1,13 @@
[package]
name = "riven"
version = "2.0.0-rc.1"
version = "2.0.0-rc.2"
authors = ["Mingwei Samuel <mingwei.samuel@gmail.com>"]
repository = "https://github.com/MingweiSamuel/Riven"
description = "Riot Games API Library"
readme = "README.md"
readme = "../README.md"
license = "MIT"
edition = "2018"
include = [ "src/**", "/README.md" ]
include = [ "src/**", "../README.md" ]
keywords = [ "riot-games", "riot", "league", "league-of-legends" ]
categories = [ "api-bindings", "web-programming::http-client" ]