Skip to content

Commit

Permalink
classic is now 1.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreatv committed Jul 8, 2020
1 parent 3150371 commit 7d411bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/packaging.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build addon zip

on: [push]
on:
push:
tags:
- '*'

jobs:
build:
Expand All @@ -21,7 +24,7 @@ jobs:
curl -s https://raw.githubusercontent.com/mooreatv/packager/master/release.sh > ./release.sh
chmod 755 ./release.sh
- name: Create Classic Package
run: ./release.sh -g 1.13.3 -m pkgmeta.yaml -p 341067 -w 25284
run: ./release.sh -g 1.13.5 -m pkgmeta.yaml -p 341067 -w 25284
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Coming next:
- Your input/suggestions welcome !
- See open issues for ideas https://github.com/mooreatv/NeatMinimap/issues

v1.06.02 July 8th 2020
- Updated for Classic 1.13.5

v1.06.01 Feb 24th 2020
- Updated for BfA 8.3

Expand Down
2 changes: 1 addition & 1 deletion NeatMinimap/NeatMinimap.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Interface: 80300
#@end-retail@
#@non-retail@
# ## Interface: 11303
# ## Interface: 11305
#@end-non-retail@
## Title: Neat Minimap
## Notes: Neat Minimap auto hides/shows buttons and clutter as needed (|cFF99E5FF/nmm|r)
Expand Down

0 comments on commit 7d411bd

Please sign in to comment.