Skip to content

Commit

Permalink
increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
Arif VirKill authored and Arif VirKill committed Jan 26, 2020
1 parent 5eabca0 commit fd7230f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ by adding `sveltex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:sveltex, git: "https://github.com/virkillz/sveltex.git", tag: "0.1.1"}
{:sveltex, git: "https://github.com/virkillz/sveltex.git", tag: "0.1.2"}
]
end`

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Sveltex.MixProject do
def project do
[
app: :sveltex,
version: "0.1.1",
version: "0.1.2",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit fd7230f

Please sign in to comment.