Skip to content

Commit db08833

Browse files
committed
Bump version to 1.1.0
1 parent 53c7c74 commit db08833

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v1.1.0 (unreleased)
3+
## v1.1.0
44

55
* Add support for Elixir 1.16, 1.17 and 1.18. Drop support for Elixir 1.13, 1.14, and 1.15. Elixir >= 1.16 is now required. Dropping support for older versions of Elixir simply means that this package is no longer tested with them in CI, and that compatibility issues are not considered bugs.
66
* Require `fun_with_flags ~> 1.12`. This is not strictly required because `v1.11` will also work, but it makes it easier to ensure that both libraries are compatible with the latest Elixir and OTP.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ It requires [`fun_with_flags`](https://hex.pm/packages/fun_with_flags), see its
120120

121121
```elixir
122122
def deps do
123-
[{:fun_with_flags_ui, "~> 0.8"}]
123+
[{:fun_with_flags_ui, "~> 1.1"}]
124124
end
125125
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule FunWithFlagsUi.Mixfile do
22
use Mix.Project
33

4-
@version "1.0.0"
4+
@version "1.1.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)