Skip to content

Commit d819990

Browse files
committedApr 13, 2024··
vbump v0.4.4
1 parent 5309d4f commit d819990

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This changelog documents all noteworthy changes in the project.
44

55
## Next
66

7+
## v0.4.4 - 13th April 2023
8+
9+
- Just a small bump, nothing actually.
10+
711
## v0.4.3 - 26th October 2023
812

913
### Fixed

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2023 bunopnu <license@bun.rip> (https://bun.rip)
1+
Copyright (c) 2024 bunopnu <license@bun.rip> (https://bun.rip)
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Package can be installed by adding `fresh` to your list of dependencies in `mix.
3737
```elixir
3838
defp deps do
3939
[
40-
{:fresh, "~> 0.4.3"}
40+
{:fresh, "~> 0.4.4"}
4141
]
4242
end
4343
```

‎mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Fresh.MixProject do
22
use Mix.Project
33

44
@description "WebSocket client for Elixir, built atop the Mint ecosystem"
5-
@version "0.4.3"
5+
@version "0.4.4"
66

77
@source_url "https://github.com/bunopnu/fresh"
88
@changelog_url "https://github.com/bunopnu/fresh/blob/main/CHANGELOG.md"

0 commit comments

Comments
 (0)
Please sign in to comment.