Skip to content

Commit adccb26

Browse files
Bump v3.0.0
1 parent 7ea3302 commit adccb26

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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-
## Unreleased
3+
## v3.0.0 - 2026-02-19
44

55
### Breaking
66
- Update for liveview > 1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The package can be installed by adding `bitstyles_phoenix` to your list of depen
1919
```elixir
2020
def deps do
2121
[
22-
{:bitstyles_phoenix, "~> 2.5"}
22+
{:bitstyles_phoenix, "~> 3.0"}
2323
]
2424
end
2525
```

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ defmodule BitstylesPhoenix.MixProject do
44
def project do
55
[
66
app: :bitstyles_phoenix,
7-
version: "2.5.2",
8-
elixir: "~> 1.11",
7+
version: "3.0.0",
8+
elixir: "~> 1.15",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,
1111
deps: deps(),

0 commit comments

Comments
 (0)