Skip to content

Commit

Permalink
Bump Version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shahryarjb committed Jan 20, 2025
1 parent 93c3dec commit 7f5abe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .formatter.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
inputs: [
"{mix,.formatter}.exs",
"{config,lib,test}/**/*.{ex,exs}",
"priv/templates/components/**/*.{exs}"
"priv/components/**/*.{exs}"
]
]
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule MishkaChelekom.MixProject do
use Mix.Project

@version "0.0.2-rc.2"
@version "0.0.2"
@source_url "https://github.com/mishka-group/mishka_chelekom"

def project do
Expand Down Expand Up @@ -60,7 +60,8 @@ defmodule MishkaChelekom.MixProject do
"Chelekom" => "https://mishka.tools/chelekom",
"Official document" => "https://mishka.tools/chelekom/docs",
"GitHub" => @source_url,
"Changelog" => "#{@source_url}/blob/master/CHANGELOG.md"
"Changelog" => "#{@source_url}/blob/master/CHANGELOG.md",
"Sponsor/Donate" => "https://github.com/sponsors/mishka-group"
}
]
end
Expand Down

0 comments on commit 7f5abe8

Please sign in to comment.