Skip to content

Commit

Permalink
chore(*): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
appaquet committed Aug 13, 2021
1 parent 1587554 commit 2ff6dc4
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ keywords = ["knowledge-management", "mobile", "decentralized", "webapp"]
license = "Apache-2.0"
name = "exomind"
repository = "https://github.com/appaquet/exomind"
version = "0.1.6"
version = "0.1.7"

[dependencies]
exomind-protos = {path = "./protos", version = "0.1.6"}
exomind-protos = {path = "./protos", version = "0.1.7"}

[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.6
version: 0.1.7
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.6"
version = "0.1.7"

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

[dependencies]
anyhow = "1.0"
exocore = {version = "0.1.12", default-features = false, features = ["apps-sdk"]}
exomind-protos = {version = "0.1.6", path = "../protos"}
exomind-protos = {version = "0.1.7", path = "../protos"}
futures = "0.3"
log = "0.4"
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.6",
"version": "0.1.7",
"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.6"
version = "0.1.7"

[dependencies]
anyhow = "1.0"
exocore = {version = "0.1.12", default-features = false, features = ["client", "logger"]}
exomind-protos = {version = "0.1.6", path = "../protos"}
exomind-gmail = {version = "0.1.6", path = "../integrations/gmail"}
exomind-protos = {version = "0.1.7", path = "../protos"}
exomind-gmail = {version = "0.1.7", path = "../integrations/gmail"}
log = "0.4"
structopt = "0.3"
tokio = {version = "1.9", features = ["macros", "rt-multi-thread", "time"]}
Expand Down
4 changes: 2 additions & 2 deletions integrations/gmail/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ keywords = ["knowledge-management", "mobile", "decentralized", "gmail", "email"]
license = "Apache-2.0"
name = "exomind-gmail"
repository = "https://github.com/appaquet/exomind"
version = "0.1.6"
version = "0.1.7"

[dependencies]
anyhow = "1.0"
base64 = "0.13"
chardetng = "0.1"
charset = "0.1"
exocore = {version = "0.1.12", default-features = false, features = ["client", "logger"]}
exomind-protos = {version = "0.1.6", path = "../../protos"}
exomind-protos = {version = "0.1.7", path = "../../protos"}
google-gmail1 = "2.0"
hyper = "^0.14"
hyper-rustls = "^0.22"
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 @@ -975,13 +975,13 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.1.6;
CURRENT_PROJECT_VERSION = 0.1.7;
DEVELOPMENT_TEAM = FHZCN4GU2K;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = ExomindActionExt/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MARKETING_VERSION = 0.1.6;
MARKETING_VERSION = 0.1.7;
PRODUCT_BUNDLE_IDENTIFIER = io.exomind.ios.Exomind.ExomindActionExt;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand All @@ -1002,13 +1002,13 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.1.6;
CURRENT_PROJECT_VERSION = 0.1.7;
DEVELOPMENT_TEAM = FHZCN4GU2K;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = ExomindActionExt/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MARKETING_VERSION = 0.1.6;
MARKETING_VERSION = 0.1.7;
PRODUCT_BUNDLE_IDENTIFIER = io.exomind.ios.Exomind.ExomindActionExt;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand Down Expand Up @@ -1144,12 +1144,12 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.1.6;
CURRENT_PROJECT_VERSION = 0.1.7;
DEVELOPMENT_TEAM = FHZCN4GU2K;
INFOPLIST_FILE = Exomind/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.1.6;
MARKETING_VERSION = 0.1.7;
PRODUCT_BUNDLE_IDENTIFIER = io.exomind.ios.Exomind;
PRODUCT_NAME = Exomind;
PROVISIONING_PROFILE = "";
Expand All @@ -1170,12 +1170,12 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.1.6;
CURRENT_PROJECT_VERSION = 0.1.7;
DEVELOPMENT_TEAM = FHZCN4GU2K;
INFOPLIST_FILE = Exomind/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.1.6;
MARKETING_VERSION = 0.1.7;
PRODUCT_BUNDLE_IDENTIFIER = io.exomind.ios.Exomind;
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.6"
version = "0.1.7"

[dependencies]
exocore = {version = "0.1.12", 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.6",
"version": "0.1.7",
"description": "",
"keywords": [],
"license": "Apache-2.0",
Expand Down

0 comments on commit 2ff6dc4

Please sign in to comment.