File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
bl_info = {
52
52
"name" : "T1nk-R Custom Object Property Manager (T1nk-R Utilities)" ,
53
53
"author" : "T1nk-R (GusJ)" ,
54
- "version" : (1 , 2 , 1 ),
54
+ "version" : (1 , 2 , 0 ),
55
55
"blender" : (3 , 3 , 0 ),
56
56
"location" : "View3D > Sidebar (N) > T1nk-R Utils" ,
57
57
"description" : "You can use this add-on to add, edit and remove custom object properties in batches." ,
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ class RepoInfo:
82
82
username = "gusztavj"
83
83
"""My username for API access"""
84
84
85
- token = "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 "
85
+ token = "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 "
86
86
"""A token restricted only to read code from Blender add-on repos (public anyway)"""
87
87
88
88
# Structured update info ##########################################################################################################
You can’t perform that action at this time.
0 commit comments