Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brodo committed Sep 30, 2022
1 parent 355c97c commit 758a251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json_env"
version = "1.1.10"
version = "1.1.11"
edition = "2021"
license = "Apache-2.0"
description ="`json_env` loads an environment variables from a file called `.env.json` in the current directory and starts a subprocess with them."
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brodo/json_env",
"version": "1.1.10",
"version": "1.1.11",
"description": "json_env is dotenv, but with JSON.",
"directories": {
"example": "examples"
Expand Down

0 comments on commit 758a251

Please sign in to comment.