Skip to content

Commit

Permalink
Bump version (#1759)
Browse files Browse the repository at this point in the history
  • Loading branch information
appaquet authored Oct 20, 2022
1 parent 41336e5 commit a63d337
Show file tree
Hide file tree
Showing 10 changed files with 248 additions and 93 deletions.
297 changes: 226 additions & 71 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ exclude = ["browsers", "ios", "web", "tools", "examples"]
license = "Apache-2.0"
name = "exomind"
repository = "https://github.com/appaquet/exomind"
version = "0.1.14"
version = "0.1.15"

[dependencies]
exomind-protos = {path = "./protos", version = "0.1.14"}
exomind-protos = {path = "./protos", version = "0.1.15"}

[workspace]
exclude = [
Expand Down
2 changes: 1 addition & 1 deletion app.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: peH738jRyQYohXpEyCArXHQVibCGBjwU1CjZuUnNZygSaf
name: exomind
version: 0.1.14
version: 0.1.15
public_key: peH738jRyQYohXpEyCArXHQVibCGBjwU1CjZuUnNZygSaf
schemas:
- file: exomind.fd
Expand Down
4 changes: 2 additions & 2 deletions app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ keywords = ["knowledge-management", "mobile", "decentralized", "webapp"]
license = "Apache-2.0"
name = "exomind-app"
repository = "https://github.com/appaquet/exomind"
version = "0.1.14"
version = "0.1.15"

[lib]
crate-type = ['cdylib']

[dependencies]
anyhow = "1.0.65"
exocore = { version = "0.1.24", default-features = false, features = ["apps-sdk"] }
exomind-protos = {version = "0.1.14", path = "../protos"}
exomind-protos = {version = "0.1.15", path = "../protos"}
futures = "0.3.24"
log = "0.4.17"
2 changes: 1 addition & 1 deletion browsers/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Exomind",
"description": "Import into Exomind",
"version": "0.1.14",
"version": "0.1.15",
"background": {
"scripts": [
"event.js"
Expand Down
6 changes: 3 additions & 3 deletions exm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ keywords = ["knowledge-management", "mobile", "decentralized", "webapp"]
license = "Apache-2.0"
name = "exm"
repository = "https://github.com/appaquet/exomind"
version = "0.1.14"
version = "0.1.15"

[dependencies]
anyhow = "1.0.65"
exocore = { version = "0.1.24", default-features = false, features = ["client", "logger"] }
exomind-protos = {version = "0.1.14", path = "../protos"}
exomind-gmail = {version = "0.1.14", path = "../integrations/gmail"}
exomind-protos = {version = "0.1.15", path = "../protos"}
exomind-gmail = {version = "0.1.15", path = "../integrations/gmail"}
log = "0.4.17"
structopt = "0.3.26"
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread", "time"] }
Expand Down
6 changes: 3 additions & 3 deletions integrations/gmail/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["knowledge-management", "mobile", "decentralized", "gmail", "email"]
license = "Apache-2.0"
name = "exomind-gmail"
repository = "https://github.com/appaquet/exomind"
version = "0.1.14"
version = "0.1.15"

[dependencies]
anyhow = "1.0.65"
Expand All @@ -16,15 +16,15 @@ chardetng = "0.1.17"
charset = "0.1.3"
duration-string = { version = "0.1.1", features = ["serde"] }
exocore = { version = "0.1.24", default-features = false, features = ["client", "logger"] }
exomind-protos = {version = "0.1.14", path = "../../protos"}
exomind-protos = {version = "0.1.15", path = "../../protos"}
google-gmail1 = "4.0.1"
hyper = "0.14.20"
hyper-rustls = "0.23.0"
log = "0.4.17"
mailparse = "0.13.8"
serde = "1.0.145"
serde_derive = "1.0.145"
serde_json = "1.0.86"
serde_json = "1.0.87"
serde_yaml = "0.9.13"
structopt = "0.3.26"

Expand Down
16 changes: 8 additions & 8 deletions ios/Exomind.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -983,13 +983,13 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.1.14;
CURRENT_PROJECT_VERSION = 0.1.15;
DEVELOPMENT_TEAM = FHZCN4GU2K;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = ExomindActionExt/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MARKETING_VERSION = 0.1.14;
MARKETING_VERSION = 0.1.15;
PRODUCT_BUNDLE_IDENTIFIER = io.exomind.ios.ExomindDev.ExomindActionExt;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand All @@ -1010,13 +1010,13 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.1.14;
CURRENT_PROJECT_VERSION = 0.1.15;
DEVELOPMENT_TEAM = FHZCN4GU2K;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = ExomindActionExt/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MARKETING_VERSION = 0.1.14;
MARKETING_VERSION = 0.1.15;
PRODUCT_BUNDLE_IDENTIFIER = io.exomind.ios.ExomindDev.ExomindActionExt;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand Down Expand Up @@ -1152,12 +1152,12 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.1.14;
CURRENT_PROJECT_VERSION = 0.1.15;
DEVELOPMENT_TEAM = FHZCN4GU2K;
INFOPLIST_FILE = Exomind/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.1.14;
MARKETING_VERSION = 0.1.15;
PRODUCT_BUNDLE_IDENTIFIER = io.exomind.ios.ExomindDev;
PRODUCT_NAME = Exomind;
PROVISIONING_PROFILE = "";
Expand All @@ -1178,12 +1178,12 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.1.14;
CURRENT_PROJECT_VERSION = 0.1.15;
DEVELOPMENT_TEAM = FHZCN4GU2K;
INFOPLIST_FILE = Exomind/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.1.14;
MARKETING_VERSION = 0.1.15;
PRODUCT_BUNDLE_IDENTIFIER = io.exomind.ios.ExomindDev;
PRODUCT_NAME = Exomind;
PROVISIONING_PROFILE = "";
Expand Down
2 changes: 1 addition & 1 deletion protos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["knowledge-management", "mobile", "decentralized", "webapp"]
license = "Apache-2.0"
name = "exomind-protos"
repository = "https://github.com/appaquet/exomind"
version = "0.1.14"
version = "0.1.15"

[dependencies]
exocore = { version = "0.1.24", default-features = false, features = ["protos"] }
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Andre-Philippe Paquet <[email protected]>",
"name": "exomind-web",
"version": "0.1.14",
"version": "0.1.15",
"description": "",
"keywords": [],
"license": "Apache-2.0",
Expand Down

0 comments on commit a63d337

Please sign in to comment.