From 73e070aa27b11a7abfb37e35f8a2f724770e7eb1 Mon Sep 17 00:00:00 2001 From: Ayush Singh Date: Fri, 12 Nov 2021 23:16:47 +0530 Subject: [PATCH] Publishing New version. Bumping version to 1.0.0 since Crates.io is not generating docs for some reason. --- Cargo.toml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 437e280..33bbc2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ki18n-rs" description = "A crate to use KF5I18n from rust." author = ["Ayush Singh "] -version = "0.1.1" +version = "1.0.0" edition = "2018" links = "KF5I18n" license = "MIT" diff --git a/README.md b/README.md index 41a7b26..a29a79d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # KI18n Crate for Rust +[![Crates.io](https://img.shields.io/crates/v/ki18n-rs)](https://crates.io/crates/ki18n-rs) + KI18n is a cross-platform internationalization framework used by KDE applications. This crate is meant to allow using KI18n with Rust and [qmetaobject-rs](https://github.com/woboq/qmetaobject-rs) crate. # Example