Skip to content

Commit c6e0799

Browse files
committed
Fix source link
1 parent 99236f6 commit c6e0799

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
12
# Changelog
23

4+
## [0.2.0] 2026-05-04
5+
6+
### Bug Fixes
7+
8+
* Fix the source link
9+
310
## [0.1.0] 2026-05-03
411

512
### Core

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
defmodule Image.OCR.MixProject do
22
use Mix.Project
33

4-
@version "0.1.0"
5-
@source_url "https://github.com/kipcole9/image_ocr"
4+
@version "0.2.0"
5+
@source_url "https://github.com/elixir-image/image_ocr"
66

77
def project do
88
[

0 commit comments

Comments
 (0)