Skip to content

Commit

Permalink
Update version + makefile fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashlynn Anderson committed Jul 14, 2022
1 parent df82588 commit e2d8ed1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
* v0.2.0
- Full rewrite
- Should now support every Anki 2.1.x version as portably as possible
* v0.2.1
- Fixed a bug causing incorrect ease and possible interference with other addons
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyfiles = __init__.py passfail2.py
version = 0.2.0
version = 0.2.1

outfile = passfail2-$(version).ankiaddon

Expand All @@ -8,7 +8,7 @@ outfile = passfail2-$(version).ankiaddon
dist: $(outfile)

clean:
rm $(outfile)
rm *.ankiaddon

$(outfile): manifest.json $(pyfiles)
zip -r $(outfile) $^
Expand Down

0 comments on commit e2d8ed1

Please sign in to comment.