Skip to content

Commit e12131c

Browse files
committed
release/4.3.1
1 parent 5050e71 commit e12131c

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515
with:
16-
submodules: true
16+
submodules: recursive
17+
token: ${{ secrets.GH_PAT }}
1718

1819
- name: Build
1920
run: make zip FILENAME=${{ env.RELEASE_FILE }}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.3.1] - 2024-01-13
11+
1012
### Changed
1113

1214
- Adding `LibStub` as git submodule

Filger-Classic.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Interface: 11500
22
## Author: Luaerror
33
## Credits: Nils Ruesch, Shestak, Affli, Garagar, hidekki, FourOne, Tukz
4-
## Version: 4.3.0
4+
## Version: 4.3.1
55
## Title: |cffb3ff19Filger - Classic|r
66
## Notes: Minimal buff/debuff tracker
77
## Website: https://github.com/pedroZC90/Filger

Filger-Mainline.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Interface: 100200
22
## Author: Luaerror
33
## Credits: Nils Ruesch, Shestak, Affli, Garagar, hidekki, FourOne, Tukz
4-
## Version: 4.3.0
4+
## Version: 4.3.1
55
## Title: |cffb3ff19Filger|r
66
## Notes: Minimal buff/debuff tracker
77
## Website: https://github.com/pedroZC90/Filger

Filger-TBC.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Interface: 20504
22
## Author: Luaerror
33
## Credits: Nils Ruesch, Shestak, Affli, Garagar, hidekki, FourOne, Tukz
4-
## Version: 4.3.0
4+
## Version: 4.3.1
55
## Title: |cffb3ff19Filger - TBC|r
66
## Notes: Minimal buff/debuff tracker
77
## Website: https://github.com/pedroZC90/Filger

Filger-Wrath.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Interface: 30403
22
## Author: Luaerror
33
## Credits: Nils Ruesch, Shestak, Affli, Garagar, hidekki, FourOne, Tukz
4-
## Version: 4.3.0
4+
## Version: 4.3.1
55
## Title: |cffb3ff19Filger - Wrath|r
66
## Notes: Minimal buff/debuff tracker
77
## Website: https://github.com/pedroZC90/Filger

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It allows you to keep track of any buffs/debuffs of all units (player, target, f
1717
## Configuration
1818

1919
Currently, the addon configuration is done by editing directly the [config.lua](config/config.lua).
20-
So if you want to move the PLAYER_BUFF frame, you will need to set the coordinates (X, Y) in the lua file.
20+
So, for example, if you want to move the PLAYER_BUFF frame, you will need to set the coordinates (X, Y) in the lua file.
2121

2222
## License:
2323

0 commit comments

Comments
 (0)