Skip to content

Commit

Permalink
Merge branch 'teleNVDA' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdaweb committed Jan 10, 2025
2 parents cf5c74d + 30686ab commit f506a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Calculate sha256
run: sha256sum *.nvda-addon >> changelog.md
- name: Release
uses: softprops/action-gh-release@v2.1.0
uses: softprops/action-gh-release@v2.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
"addon_description" : _("""Allows remote control of and remote access to another machine. This add-on is based on NVDA Remote."""),
# version
"addon_version" : "2024.12.7",
"addon_version" : "2024.12.15",
# Author(s)
"addon_author" : "Asociación Comunidad Hispanohablante de NVDA <contacto@nvda.es> and other contributors. Original work by Tyler Spivey <tspivey@pcdesk.net>, Christopher Toth <q@q-continuum.net>",
# URL for the add-on documentation support
Expand Down

0 comments on commit f506a8b

Please sign in to comment.