Skip to content

Commit

Permalink
ci adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
marlon-sousa committed Nov 4, 2024
1 parent 77f4728 commit fe33730
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
rm -f *.nvda-addon || true
scons
- name: Release addon
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: "*.nvda-addon"
body: "${{ steps.tag-data.outputs.git-tag-annotation }}"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# CustomAppModulesMapper 1.0.1
# CustomAppModulesMapper 1.0.2

Nvda ADDON for allowing dynamic mapping of existing app modules for other applications.

## download
Download the [CustomAppModulesMapper 1.0.1 addon](https://github.com/marlon-sousa/CustomAppModulesMapper/releases/download/1.0.1/CustomAppModulesMapper-1.0.1.nvda-addon)
Download the [CustomAppModulesMapper 1.0.2 addon](https://github.com/marlon-sousa/CustomAppModulesMapper/releases/download/1.0.2/CustomAppModulesMapper-1.0.2.nvda-addon)

## Features

Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _(arg):
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
"addon_description": _("""Provides custom app modules mapper functionality"""),
# version
"addon_version": "1.0.1",
"addon_version": "1.0.2",
# Author(s)
"addon_author": "Marlon Brandão de Sousa <marlon.bsousa@gmail.com>",
# URL for the add-on documentation support
Expand Down

0 comments on commit fe33730

Please sign in to comment.