Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matyalatte committed Nov 22, 2022
1 parent 09eba5e commit 8bf1cc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/blender_dds_addon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
bl_info = {
'name': 'DDS textures',
'author': 'Matyalatte',
'version': (0, 1, 1),
'version': (0, 1, 2),
'blender': (2, 83, 20),
'location': 'Image Editor > Sidebar > DDS Tab',
'description': 'Import and export .dds files',
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ Files in this repository (including all submodules) are licensed under [MIT lice

There are some documents for developers.

- [How to Build](./How-To-Build.md): See here if you want to know how to create a zip form the repository.
- [How to Build](./How-To-Build.md): See here if you want to know how to create a zip from the repository.
- [Tools for development](./For-Dev.md): See here if you want to know how to test the addon.

0 comments on commit 8bf1cc0

Please sign in to comment.