Skip to content

Commit

Permalink
feat(elixir): bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalwadhwa committed Nov 7, 2020
1 parent 6c20c77 commit 89b7be8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion implementations/elixir/ockam/ockam/mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Ockam.MixProject do
use Mix.Project

@version "0.10.0-dev"
@version "0.10.0"

@elixir_requirement "~> 1.10"

Expand Down
2 changes: 1 addition & 1 deletion implementations/elixir/ockam/ockam_hub/mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Ockam.Hub.MixProject do
use Mix.Project

@version "0.10.0-dev"
@version "0.10.0"

@elixir_requirement "~> 1.10"

Expand Down
2 changes: 1 addition & 1 deletion implementations/elixir/ockam/ockam_node_web/mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Ockam.Node.Web.MixProject do
use Mix.Project

@version "0.10.0-dev"
@version "0.10.0"

@elixir_requirement "~> 1.10"

Expand Down
2 changes: 1 addition & 1 deletion implementations/elixir/ockam/ockam_vault_software/mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Ockam.Vault.Software.MixProject do
use Mix.Project

@version "0.10.0-dev"
@version "0.10.0"

@elixir_requirement "~> 1.10"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.1...3.18 FATAL_ERROR)

project(ockam_elixir VERSION 0.9.0 LANGUAGES C)
project(ockam_elixir VERSION 0.10.0 LANGUAGES C)

add_subdirectory(vault)

0 comments on commit 89b7be8

Please sign in to comment.