Skip to content

Commit

Permalink
v0.1.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ericentin committed Jul 4, 2020
1 parent fea2b5f commit 19c3ebe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Sled.MixProject do
use Mix.Project

@version "0.1.0-alpha.1"
@version "0.1.0-alpha.2"

def project do
[
Expand Down Expand Up @@ -58,7 +58,8 @@ defmodule Sled.MixProject do
"native/io_uring_test/Cargo.toml",
".formatter.exs",
"mix.exs",
"README.md"
"README.md",
"LICENSE*"
],
maintainers: ["Eric Entin"],
licenses: ["Apache-2.0", "MIT"],
Expand Down
2 changes: 1 addition & 1 deletion native/io_uring_test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "io_uring_test"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
authors = ["Eric Entin <eric@ericent.in>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion native/sled_nif/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sled_nif"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
authors = ["Eric Entin <eric@ericent.in>"]
edition = "2018"

Expand Down

0 comments on commit 19c3ebe

Please sign in to comment.
-