Release 2.34.0-beta.0

fix: include `/examples` in publish (included in `2.34.0-beta.0`)
pull/64/head
Mingwei Samuel 2024-02-24 21:41:52 -08:00
parent 23f301dd1d
commit f562c6693d
1 changed files with 2 additions and 2 deletions

View File

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