Skip to content

Commit

Permalink
1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Sep 25, 2020
1 parent fb44def commit 6e55771
Show file tree
Hide file tree
Showing 16 changed files with 37 additions and 37 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ When downloading from either location, check the URL bar of your browser to ensu

### Current Release

The most recent (v1.1.5) release can downloaded using these links:
The most recent (v1.1.6) release can downloaded using these links:

- [Windows Installer](https://github.com/greymass/anchor/releases/download/v1.1.5/win-anchor-wallet-1.1.5.exe)
- [macOS Package](https://github.com/greymass/anchor/releases/download/v1.1.5/mac-anchor-wallet-1.1.5.dmg)
- [Linux (deb)](https://github.com/greymass/anchor/releases/download/v1.1.5/linux-anchor-wallet-1.1.5-amd64.deb)
- [Linux (AppImage)](https://github.com/greymass/anchor/releases/download/v1.1.5/linux-anchor-wallet-1.1.5-x86_64.AppImage)
- [Windows Installer](https://github.com/greymass/anchor/releases/download/v1.1.6/win-anchor-wallet-1.1.6.exe)
- [macOS Package](https://github.com/greymass/anchor/releases/download/v1.1.6/mac-anchor-wallet-1.1.6.dmg)
- [Linux (deb)](https://github.com/greymass/anchor/releases/download/v1.1.6/linux-anchor-wallet-1.1.6-amd64.deb)
- [Linux (AppImage)](https://github.com/greymass/anchor/releases/download/v1.1.6/linux-anchor-wallet-1.1.6-x86_64.AppImage)

The latest release will always be available on the releases page of this repository:

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "anchor-wallet",
"productName": "Anchor Wallet",
"version": "1.1.5",
"version": "1.1.6",
"description": "An EOSIO Light Wallet with simple tools for basic activities and advanced tools for power users.",
"main": "./main.prod.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/assets/locales/de-DE/common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"account_authority": "Account/Authority",
"application_name": "Anchor",
"application_version": "v1.1.5",
"application_version": "v1.1.6",
"back": "Back",
"block_height": "Block Height",
"blockchain": "Blockchain",
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/assets/locales/el-GR/common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"account_authority": "Account/Authority",
"application_name": "Anchor",
"application_version": "v1.1.5",
"application_version": "v1.1.6",
"back": "Back",
"block_height": "Block Height",
"blockchain": "Blockchain",
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/assets/locales/en-US/common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"account_authority": "Account/Authority",
"application_name": "Anchor",
"application_version": "v1.1.5",
"application_version": "v1.1.6",
"back": "Back",
"block_height": "Block Height",
"blockchain": "Blockchain",
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/assets/locales/es-ES/common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"account_authority": "Account/Authority",
"application_name": "Anchor",
"application_version": "v1.1.5",
"application_version": "v1.1.6",
"back": "Atrás",
"block_height": "Altura del bloque",
"blockchain": "Blockchain",
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/assets/locales/et-EE/common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"account_authority": "Account/Authority",
"application_name": "Anchor",
"application_version": "v1.1.5",
"application_version": "v1.1.6",
"back": "Tagasi",
"block_height": "Ploki kõrgus",
"blockchain": "Blockchain",
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/assets/locales/fr-FR/common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"account_authority": "Account/Authority",
"application_name": "Anchor",
"application_version": "v1.1.5",
"application_version": "v1.1.6",
"back": "Back",
"block_height": "Hauteur du Bloc",
"blockchain": "Blockchain",
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/assets/locales/id-ID/common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"account_authority": "Account/Authority",
"application_name": "Anchor",
"application_version": "v1.1.5",
"application_version": "v1.1.6",
"back": "Kembali",
"block_height": "Tinggi Block",
"blockchain": "Blockchain",
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/assets/locales/it-IT/common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"account_authority": "Account/Authority",
"application_name": "Anchor",
"application_version": "v1.1.5",
"application_version": "v1.1.6",
"back": "Back",
"block_height": "Numero di Blocco",
"blockchain": "Blockchain",
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/assets/locales/ja-JP/common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"account_authority": "Account/Authority",
"application_name": "Anchor",
"application_version": "v1.1.5",
"application_version": "v1.1.6",
"back": "戻る",
"block_height": "ブロック高",
"blockchain": "Blockchain",
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/assets/locales/ko-KR/common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"account_authority": "Account/Authority",
"application_name": "Anchor",
"application_version": "v1.1.5",
"application_version": "v1.1.6",
"back": "뒤로",
"block_height": "블록 높이",
"blockchain": "Blockchain",
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/assets/locales/ru-RU/common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"account_authority": "Account/Authority",
"application_name": "Настольное приложение для блокцепи EOS (Anchor)",
"application_version": "v1.1.5",
"application_version": "v1.1.6",
"back": "Back",
"block_height": "Номер Блока",
"blockchain": "Blockchain",
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/assets/locales/zh-CN/common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"account_authority": "Account/Authority",
"application_name": "Anchor",
"application_version": "v1.1.5",
"application_version": "v1.1.6",
"back": "Back",
"block_height": "区块高度",
"blockchain": "Blockchain",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "anchor-wallet",
"productName": "Anchor Wallet",
"version": "1.1.5",
"version": "1.1.6",
"description": "An EOSIO Light Wallet with simple tools for basic activities and advanced tools for power users.",
"repository": {
"type": "git",
Expand Down
36 changes: 18 additions & 18 deletions shasum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@

cd release

echo "shasum -b -a 512 linux-anchor-wallet-1.1.5-amd64.deb"
shasum -b -a 512 linux-anchor-wallet-1.1.5-amd64.deb
# echo "shasum -b -a 512 linux-anchor-wallet-1.1.5-amd64.snap"
# shasum -b -a 512 linux-anchor-wallet-1.1.5-amd64.snap
echo "shasum -b -a 512 linux-anchor-wallet-1.1.5-arm64.deb"
shasum -b -a 512 linux-anchor-wallet-1.1.5-arm64.deb
echo "shasum -b -a 512 linux-anchor-wallet-1.1.5-armv7l.deb"
shasum -b -a 512 linux-anchor-wallet-1.1.5-armv7l.deb
# echo "shasum -b -a 512 linux-anchor-wallet-1.1.5-i386.deb"
# shasum -b -a 512 linux-anchor-wallet-1.1.5-i386.deb
echo "shasum -b -a 512 linux-anchor-wallet-1.1.5-x86_64.AppImage"
shasum -b -a 512 linux-anchor-wallet-1.1.5-x86_64.AppImage
echo "shasum -b -a 512 mac-anchor-wallet-1.1.5.dmg"
shasum -b -a 512 mac-anchor-wallet-1.1.5.dmg
echo "shasum -b -a 512 mac-anchor-wallet-1.1.5.zip"
shasum -b -a 512 mac-anchor-wallet-1.1.5.zip
echo "shasum -b -a 512 win-anchor-wallet-1.1.5.exe"
shasum -b -a 512 win-anchor-wallet-1.1.5.exe
echo "shasum -b -a 512 linux-anchor-wallet-1.1.6-amd64.deb"
shasum -b -a 512 linux-anchor-wallet-1.1.6-amd64.deb
# echo "shasum -b -a 512 linux-anchor-wallet-1.1.6-amd64.snap"
# shasum -b -a 512 linux-anchor-wallet-1.1.6-amd64.snap
echo "shasum -b -a 512 linux-anchor-wallet-1.1.6-arm64.deb"
shasum -b -a 512 linux-anchor-wallet-1.1.6-arm64.deb
echo "shasum -b -a 512 linux-anchor-wallet-1.1.6-armv7l.deb"
shasum -b -a 512 linux-anchor-wallet-1.1.6-armv7l.deb
# echo "shasum -b -a 512 linux-anchor-wallet-1.1.6-i386.deb"
# shasum -b -a 512 linux-anchor-wallet-1.1.6-i386.deb
echo "shasum -b -a 512 linux-anchor-wallet-1.1.6-x86_64.AppImage"
shasum -b -a 512 linux-anchor-wallet-1.1.6-x86_64.AppImage
echo "shasum -b -a 512 mac-anchor-wallet-1.1.6.dmg"
shasum -b -a 512 mac-anchor-wallet-1.1.6.dmg
echo "shasum -b -a 512 mac-anchor-wallet-1.1.6.zip"
shasum -b -a 512 mac-anchor-wallet-1.1.6.zip
echo "shasum -b -a 512 win-anchor-wallet-1.1.6.exe"
shasum -b -a 512 win-anchor-wallet-1.1.6.exe

cd ..

0 comments on commit 6e55771

Please sign in to comment.