Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Bump version number of wrapper crate and publish it
Browse files Browse the repository at this point in the history
  • Loading branch information
pentamassiv authored and github-actions[bot] committed Jul 10, 2024
1 parent 4f9dec2 commit 79c5e0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
gtk-layer-shell:
[![Crate](https://img.shields.io/crates/v/gtk-layer-shell.svg)](https://crates.io/crates/gtk-layer-shell)
[![docs.rs](https://docs.rs/gtk-layer-shell/badge.svg)](https://docs.rs/gtk-layer-shell)
[![dependency status](https://deps.rs/crate/gtk-layer-shell/0.8.0/status.svg)](https://deps.rs/crate/gtk-layer-shell/0.8.0)
[![dependency status](https://deps.rs/crate/gtk-layer-shell/0.8.1/status.svg)](https://deps.rs/crate/gtk-layer-shell/0.8.1)

gtk-layer-shell-sys:
[![Crate](https://img.shields.io/crates/v/gtk-layer-shell-sys.svg)](https://crates.io/crates/gtk-layer-shell-sys)
Expand Down
2 changes: 1 addition & 1 deletion gtk-layer-shell/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gtk-layer-shell"
version = "0.8.0"
version = "0.8.1"
description = "Save gir-generated wrapper for gtk-layer-shell"
repository = "https://github.com/pentamassiv/gtk-layer-shell-gir/tree/main/gtk-layer-shell"
documentation = "https://docs.rs/gtk-layer-shell/"
Expand Down
2 changes: 1 addition & 1 deletion gtk-layer-shell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
gtk-layer-shell:
[![Crate](https://img.shields.io/crates/v/gtk-layer-shell.svg)](https://crates.io/crates/gtk-layer-shell)
[![docs.rs](https://docs.rs/gtk-layer-shell/badge.svg)](https://docs.rs/gtk-layer-shell)
[![dependency status](https://deps.rs/crate/gtk-layer-shell/0.8.0/status.svg)](https://deps.rs/crate/gtk-layer-shell/0.8.0)
[![dependency status](https://deps.rs/crate/gtk-layer-shell/0.8.1/status.svg)](https://deps.rs/crate/gtk-layer-shell/0.8.1)

# gtk-layer-shell
This is the safe wrapper for [gtk-layer-shell](https://github.com/wmww/gtk-layer-shell), automatically generated from its [.gir file](../GtkLayerShell-0.1.gir). The unsafe bindings can be found [here](https://github.com/pentamassiv/gtk-layer-shell-gir/tree/main/gtk-layer-shell-sys). This crate is GTK3 only. Use [gtk4-layer-shell](https://crates.io/crates/gtk4-layer-shell) if you need to use it with GTK4.
Expand Down

0 comments on commit 79c5e0a

Please sign in to comment.