Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed Sep 1, 2024
1 parent 85616e0 commit 63e2ff7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2006-2021 by the respective authors (see AUTHORS file).
Copyright (c) 2006-2024 by the respective authors (see AUTHORS file).
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ by adding `makeup_rust` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:makeup_rust, "~> 0.1.0"}
{:makeup_rust, "~> 0.3.0"}
]
end
```
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule MakeupRust.MixProject do
[
app: :makeup_rust,
description: description(),
version: "0.2.0",
version: "0.3.0",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down Expand Up @@ -41,7 +41,7 @@ defmodule MakeupRust.MixProject do
[
name: "makeup_rust",
files: ~w(lib .formatter.exs mix.exs README* LICENSE*),
licenses: ["BSD"],
licenses: ["BSD-2-Clause"],
links: %{"GitHub" => "https://github.com/dottorblaster/makeup_rust"}
]
end
Expand Down

0 comments on commit 63e2ff7

Please sign in to comment.