Skip to content

Commit

Permalink
bump v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
falood committed Nov 9, 2023
1 parent ee4e414 commit 312a0df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defmodule MyApp.Mixfile do

defp deps do
[
{ :file_system, "~> 0.2", only: :test },
{:file_system, "~> 1.0", only: :test},
]
end
...
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule FileSystem.Mixfile do
use Mix.Project

@source_url "https://github.com/falood/file_system"
@version "0.2.10"
@version "1.0.0"

def project do
[
Expand Down

0 comments on commit 312a0df

Please sign in to comment.