Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid220u committed Jul 28, 2022
1 parent 2067a05 commit a748994
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion daemon/crypto/constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ constexpr auto DEFAULT_ROUND_DELAY_SECONDS = 60;
constexpr auto DEFAULT_SERVER_ADDRESS = "server1.anysphere.co:443";

// this commit hash will be automatically updated by gui/package.json.
constexpr auto RELEASE_COMMIT_HASH = "e56fea0b35c84e77c5f8e5f333c951c8167abdc7";
constexpr auto RELEASE_COMMIT_HASH = "2067a0574ac1fc211e3dfd108f42fd04d4b52bb1";

// this is the number of friends that will be received from in each round
// (ideally, they can all be received in a single PIR request using batch PIR)
Expand Down
4 changes: 2 additions & 2 deletions gui/release/app/package-lock.json

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

2 changes: 1 addition & 1 deletion gui/release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anysphere",
"version": "0.1.9",
"version": "0.1.11",
"author": "Anysphere, Inc.",
"description": "The world's first completely private messenger.",
"main": "./dist/main/main.js",
Expand Down
2 changes: 1 addition & 1 deletion gui/src/main/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { exit } from "process";
import path from "path";

// this commit hash will be automatically updated by gui/package.json.
export const RELEASE_COMMIT_HASH = "e56fea0b35c84e77c5f8e5f333c951c8167abdc7";
export const RELEASE_COMMIT_HASH = "2067a0574ac1fc211e3dfd108f42fd04d4b52bb1";

export const PLIST_PATH = () => {
if (process.platform === "darwin" && process.env.HOME) {
Expand Down

0 comments on commit a748994

Please sign in to comment.