From e6f8cb5da34e5be33f7e9c56d5c155f9c38ceee4 Mon Sep 17 00:00:00 2001 From: johny english Date: Sun, 27 Sep 2020 23:15:56 +0200 Subject: [PATCH] bump --- README.md | 7 +++---- scripts/tagit.sh | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e895421..64a013e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ ### how to 1. Download a release -⋅⋅* [commit 0cdc722921cef61b7ca1b7236bdc21079fd4c03e](https://github.com/NationalSecurityAgency/ghidra/commit/0cdc722921cef61b7ca1b7236bdc21079fd4c03e) [v1.0.3](https://github.com/pabx06/buildghidra/releases/tag/v1.0.3) -⋅⋅* [commit 7e5f015d651b9c5e7825cb10bc50338b5af67538](https://github.com/NationalSecurityAgency/ghidra/commit/7e5f015d651b9c5e7825cb10bc50338b5af67538) [v1.0.2](https://github.com/pabx06/buildghidra/releases/tag/v1.0.2) - -2. Patch if not already done `~/.ghidra/.ghidra_9.2_DEV/tools/_code_browser.tcd` to `~/.ghidra/.ghidra_9.2_DEV/tools/_code_browser_dark_night.tcd` with [ghidra_darknight](https://github.com/elliiot/ghidra_darknight) +⋅⋅* [v1.0.3](https://github.com/pabx06/buildghidra/releases/tag/v1.0.3) ghidra 0cdc722921cef61b7ca1b7236bdc21079fd4c03e +⋅⋅* [v1.0.2](https://github.com/pabx06/buildghidra/releases/tag/v1.0.2) ghidra 7e5f015d651b9c5e7825cb10bc50338b5af67538 +2. Patch _code_browser.tcd if not already done `~/.ghidra/.ghidra_9.2_DEV/tools/_code_browser.tcd` to `~/.ghidra/.ghidra_9.2_DEV/tools/_code_browser_dark_night.tcd` with [ghidra_darknight](https://github.com/elliiot/ghidra_darknight) diff --git a/scripts/tagit.sh b/scripts/tagit.sh index 8435d7f..f7f33c0 100755 --- a/scripts/tagit.sh +++ b/scripts/tagit.sh @@ -10,4 +10,5 @@ read TAG echo "will tag to ${TAG}" DATE=$(date --iso-8601) git tag -a "${TAG}" -m "${DATE}" +git push git push --tags