From 312a0dfecf343fe31d1f0d8af01fee16f7eb7748 Mon Sep 17 00:00:00 2001 From: falood Date: Thu, 9 Nov 2023 22:21:00 +0900 Subject: [PATCH] bump v1.0.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 482349e..470e0b2 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ defmodule MyApp.Mixfile do defp deps do [ - { :file_system, "~> 0.2", only: :test }, + {:file_system, "~> 1.0", only: :test}, ] end ... diff --git a/mix.exs b/mix.exs index 36990ba..fdf18eb 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [