Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 8, 2024
1 parent 0653a75 commit 29d951d
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 @@ -15,7 +15,7 @@ Ravix is a in-development project to implement a client for the amazing [RavenDB
Add Ravix to your mix.exs dependencies

```elixir
{:ravix, "~> 0.9.2"}
{:ravix, "~> 0.10.0"}
```

## Setting up your Repository
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 Ravix.MixProject do
def project do
[
app: :ravix,
version: "0.9.2",
version: "0.10.0",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 29d951d

Please sign in to comment.