Skip to content

Commit 788599c

Browse files
chore: Bump version number
New minor release ensures compatibility with Blender 4.2
1 parent 95c1b64 commit 788599c

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
@@ -46,7 +46,7 @@
4646
bl_info = {
4747
"name": "Super Easy Analytics (SEA)",
4848
"author": "Blender Defender",
49-
"version": (1, 2, 1),
49+
"version": (1, 2, 2),
5050
"blender": (2, 83, 0),
5151
"location": "Sidebar (N) > View > Super Easy Analytics",
5252
"description": "Analyze your Blender behavior!",

blender_manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ schema_version = "1.0.0"
22

33
id = "blenderdefender_sea"
44
name = "Super Easy Analytics (SEA)"
5-
version = "1.2.1"
5+
version = "1.2.2"
66
tagline = "Analyze your Blender behavior"
77
maintainer = "Blender Defender"
88
website = "https://github.com/PidgeonTools/SuperEasyAnalytics/issues"

0 commit comments

Comments
 (0)