Skip to content

Commit

Permalink
release: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
c4710n committed Dec 6, 2023
1 parent 5815c34 commit 2fc4be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule FsBuild.MixProject do
use Mix.Project

@version "1.0.0"
@version "1.0.1"
@name "FsBuild"
@description "A filesystem-based build engine which provides a flexible mechanism for parsing and processing files."
@source_url "https://github.com/cozy-elixir/fs_build"
Expand Down Expand Up @@ -32,7 +32,7 @@ defmodule FsBuild.MixProject do
[
{:earmark, "~> 1.4", optional: true},
{:makeup, "~> 1.0", optional: true},
{:makeup_elixir, ">= 0.0.0", only: [:test]},
{:makeup_elixir, ">= 0.0.0", optional: true},
{:ex_check, "~> 0.15.0", only: [:dev], runtime: false},
{:ex_doc, "~> 0.21", only: [:dev]},
{:credo, ">= 0.0.0", only: [:dev], runtime: false},
Expand Down

0 comments on commit 2fc4be4

Please sign in to comment.