Skip to content

Commit 821b549

Browse files
committed
doc (core): Update for core-2.0.4
1 parent e854544 commit 821b549

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

ffi/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.0.4 (2021/08/28)
2+
3+
## Features
4+
5+
- Version roll to fix nuget issue for Windows packaging, no code changes.
6+
17
# 2.0.3 (2021/08/28)
28

39
## Features

ffi/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ffi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "buttplug-rs-ffi"
3-
version = "2.0.3"
3+
version = "2.0.4"
44
description = "FFI Layer for buttplug-rs. Used by other languages for implementing buttplug-rs bindings."
55
authors = ["Kyle Machulis <kyle@nonpolynomial.com>"]
66
edition = "2018"

ffi/nuget/ButtplugRustFFI.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>ButtplugRustFFI</id>
5-
<version>2.0.3</version>
5+
<version>2.0.4</version>
66
<title>Buttplug</title>
77
<authors>Nonpolynomial, LLC</authors>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>

0 commit comments

Comments
 (0)