Skip to content

Commit

Permalink
version 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid220u committed Jul 29, 2022
1 parent cc82ac0 commit 5fc5664
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 = "2067a0574ac1fc211e3dfd108f42fd04d4b52bb1";
constexpr auto RELEASE_COMMIT_HASH = "cc82ac0e0711d411387d59c98a5deb9adeca155d";

// 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.11",
"version": "0.1.12",
"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 = "2067a0574ac1fc211e3dfd108f42fd04d4b52bb1";
export const RELEASE_COMMIT_HASH = "cc82ac0e0711d411387d59c98a5deb9adeca155d";

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

0 comments on commit 5fc5664

Please sign in to comment.