Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
chore: bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilit0x committed Aug 22, 2023
1 parent 7f4ea9f commit 628d540
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onboardbase/secure-share",
"version": "0.1.4",
"version": "0.1.5",
"description": "Share anything with teammates across machines via CLI",
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion share/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scs"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
default-run = "scs"
description = "Open source p2p share for devs to share anything with teammates across machines securely."
Expand Down
2 changes: 1 addition & 1 deletion share/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mod network;
#[derive(Parser, Debug)]
#[command(name = "scs")]
#[command(author = "Onboardbase. <onboardbase.com>")]
#[command(version = "0.1.4")]
#[command(version = "0.1.5")]
#[command(about = "Share anything with teammates across machines via CLI.", long_about = None)]
pub struct Cli {
/// Separated list of secrets to share. Key-Value pair is seperated by a comma. "my_key,my_value"
Expand Down

0 comments on commit 628d540

Please sign in to comment.