Skip to content

Commit

Permalink
Setting version to 1.11.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrebruninmaif committed May 12, 2023
1 parent 9394696 commit e21c44e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion izanami-clients/izanami-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "izanami-cli"
version = "1.11.3"
version = "1.11.4"
authors = ["adelegue <https://github.com/larousso>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion izanami-clients/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "izanami-node",
"version": "1.11.3",
"version": "1.11.4",
"description": "Client for Izanami",
"main": "index.js",
"author": "MAIF Team",
Expand Down
2 changes: 1 addition & 1 deletion izanami-clients/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-izanami",
"version": "1.11.3",
"version": "1.11.4",
"description": "A set of React Component to use izanami idiomatically",
"main": "lib/index.js",
"author": "MAIF Team",
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.11.3"
version in ThisBuild := "1.11.4-SNAPSHOT"

0 comments on commit e21c44e

Please sign in to comment.