Skip to content

Commit 822186c

Browse files
committed
Updated expired token for update checking
1 parent f5f8ef2 commit 822186c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
bl_info = {
5252
"name": "T1nk-R Custom Object Property Manager (T1nk-R Utilities)",
5353
"author": "T1nk-R (GusJ)",
54-
"version": (1, 2, 1),
54+
"version": (1, 2, 0),
5555
"blender": (3, 3, 0),
5656
"location": "View3D > Sidebar (N) > T1nk-R Utils",
5757
"description": "You can use this add-on to add, edit and remove custom object properties in batches.",

updateChecker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class RepoInfo:
8282
username = "gusztavj"
8383
"""My username for API access"""
8484

85-
token = "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"
85+
token = "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"
8686
"""A token restricted only to read code from Blender add-on repos (public anyway)"""
8787

8888
# Structured update info ##########################################################################################################

0 commit comments

Comments
 (0)