version 0.3.7

This commit is contained in:
Victor Berger 2020-02-27 16:01:09 +01:00
parent 715a926d1b
commit 9855d34e4a
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
## Unreleased
## 0.3.7 -- 2020-02-27
- Only bind seat with version up to 6, as version 7 is not yet supported by SCTK
for loading keymaps

View file

@ -1,6 +1,6 @@
[package]
name = "smithay-clipboard"
version = "0.3.6"
version = "0.3.7"
authors = ["Lucas Timmins <timmins.s.lucas@gmail.com>"]
edition = "2018"
description = "Provides access to the wayland clipboard for client applications."