We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99236f6 commit c6e0799Copy full SHA for c6e0799
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
+
2
# Changelog
3
4
+## [0.2.0] 2026-05-04
5
6
+### Bug Fixes
7
8
+* Fix the source link
9
10
## [0.1.0] 2026-05-03
11
12
### Core
mix.exs
@@ -1,8 +1,8 @@
defmodule Image.OCR.MixProject do
use Mix.Project
- @version "0.1.0"
- @source_url "https://github.com/kipcole9/image_ocr"
+ @version "0.2.0"
+ @source_url "https://github.com/elixir-image/image_ocr"
def project do
[
0 commit comments