Skip to content
This repository was archived by the owner on Sep 4, 2018. It is now read-only.

Commit 5267140

Browse files
committed
Bump version 1.0.7
1 parent 1c1d7cf commit 5267140

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Alcatraz/ATZVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef Alcatraz_Version_h
1010
#define Alcatraz_Version_h
1111

12-
#define ATZ_VERSION "1.0.6"
12+
#define ATZ_VERSION "1.0.7"
1313

1414
#endif
1515

Scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
DOWNLOAD_URI=https://github.com/supermarin/Alcatraz/releases/download/1.0.6/Alcatraz.tar.gz
3+
DOWNLOAD_URI=https://github.com/supermarin/Alcatraz/releases/download/1.0.7/Alcatraz.tar.gz
44
PLUGINS_DIR="${HOME}/Library/Application Support/Developer/Shared/Xcode/Plug-ins"
55

66
mkdir -p "${PLUGINS_DIR}"

0 commit comments

Comments
 (0)