diff --git a/README.md b/README.md
index 1b5e2df..bca5fa1 100644
--- a/README.md
+++ b/README.md
@@ -8,10 +8,10 @@ Requires Blender v2.93.0 or greater.
## Download
-Download the addon using [the next link](https://github.com/mondeja/simple-icons-blender/releases/download/14.1.0/simple_icons_blender.py):
+Download the addon using [the next link](https://github.com/mondeja/simple-icons-blender/releases/download/14.2.0/simple_icons_blender.py):
```txt
-https://github.com/mondeja/simple-icons-blender/releases/download/14.1.0/simple_icons_blender.py
+https://github.com/mondeja/simple-icons-blender/releases/download/14.2.0/simple_icons_blender.py
```
If you want to install [another version of Simple Icons][si-releases], change the version
diff --git a/package.json b/package.json
index 1d31fc9..a2ed860 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "simple-icons-blender",
- "version": "14.1.0",
+ "version": "14.2.0",
"description": "Blender Simple Icons addon",
"scripts": {
"build": "node build.js"
@@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
- "simple-icons": "14.1.0"
+ "simple-icons": "14.2.0"
},
"type": "module"
}
diff --git a/simple_icons_blender.py b/simple_icons_blender.py
index 28ed620..d1e4f7d 100644
--- a/simple_icons_blender.py
+++ b/simple_icons_blender.py
@@ -15,7 +15,7 @@
"author": "mondeja",
"license": "BSD-3-Clause",
"category": "Add Curve",
- "version": (14, 1, 0),
+ "version": (14, 2, 0),
"blender": (2, 93, 0),
"support": "COMMUNITY",
}
@@ -1098,6 +1098,7 @@ class AddSi_furaffinity(A,O):bl_idname="mesh.si_furaffinity";bl_label='Fur Affin
class AddSi_furrynetwork(A,O):bl_idname="mesh.si_furrynetwork";bl_label='Furry Network';bl_description='Add Furry Network icon';si_svg=''
class AddSi_fusionauth(A,O):bl_idname="mesh.si_fusionauth";bl_label='FusionAuth';bl_description='Add FusionAuth icon';si_svg=''
class AddSi_futurelearn(A,O):bl_idname="mesh.si_futurelearn";bl_label='FutureLearn';bl_description='Add FutureLearn icon';si_svg=''
+class AddSi_fyle(A,O):bl_idname="mesh.si_fyle";bl_label='Fyle';bl_description='Add Fyle icon';si_svg=''
class AddSi_g2(A,O):bl_idname="mesh.si_g2";bl_label='G2';bl_description='Add G2 icon';si_svg=''
class AddSi_g2a(A,O):bl_idname="mesh.si_g2a";bl_label='G2A';bl_description='Add G2A icon';si_svg=''
class AddSi_g2g(A,O):bl_idname="mesh.si_g2g";bl_label='G2G';bl_description='Add G2G icon';si_svg=''
@@ -1231,6 +1232,7 @@ class AddSi_googletasks(A,O):bl_idname="mesh.si_googletasks";bl_label='Google Ta
class AddSi_googletranslate(A,O):bl_idname="mesh.si_googletranslate";bl_label='Google Translate';bl_description='Add Google Translate icon';si_svg=''
class AddSi_gotomeeting(A,O):bl_idname="mesh.si_gotomeeting";bl_label='GoToMeeting';bl_description='Add GoToMeeting icon';si_svg=''
class AddSi_grab(A,O):bl_idname="mesh.si_grab";bl_label='Grab';bl_description='Add Grab icon';si_svg=''
+class AddSi_gradio(A,O):bl_idname="mesh.si_gradio";bl_label='Gradio';bl_description='Add Gradio icon';si_svg=''
class AddSi_gradle(A,O):bl_idname="mesh.si_gradle";bl_label='Gradle';bl_description='Add Gradle icon';si_svg=''
class AddSi_gradleplaypublisher(A,O):bl_idname="mesh.si_gradleplaypublisher";bl_label='Gradle Play Publisher';bl_description='Add Gradle Play Publisher icon';si_svg=''
class AddSi_grafana(A,O):bl_idname="mesh.si_grafana";bl_label='Grafana';bl_description='Add Grafana icon';si_svg=''
@@ -3046,6 +3048,7 @@ class AddSi_usps(A,O):bl_idname="mesh.si_usps";bl_label='USPS';bl_description='A
class AddSi_utorrent(A,O):bl_idname="mesh.si_utorrent";bl_label='uTorrent';bl_description='Add uTorrent icon';si_svg=''
class AddSi_uv(A,O):bl_idname="mesh.si_uv";bl_label='uv';bl_description='Add uv icon';si_svg=''
class AddSi_v(A,O):bl_idname="mesh.si_v";bl_label='V';bl_description='Add V icon';si_svg=''
+class AddSi_v0(A,O):bl_idname="mesh.si_v0";bl_label='v0';bl_description='Add v0 icon';si_svg=''
class AddSi_v2ex(A,O):bl_idname="mesh.si_v2ex";bl_label='V2EX';bl_description='Add V2EX icon';si_svg=''
class AddSi_v8(A,O):bl_idname="mesh.si_v8";bl_label='V8';bl_description='Add V8 icon';si_svg=''
class AddSi_vaadin(A,O):bl_idname="mesh.si_vaadin";bl_label='Vaadin';bl_description='Add Vaadin icon';si_svg=''
@@ -3216,6 +3219,7 @@ class AddSi_wprocket(A,O):bl_idname="mesh.si_wprocket";bl_label='WP Rocket';bl_d
class AddSi_writedotas(A,O):bl_idname="mesh.si_writedotas";bl_label='Write.as';bl_description='Add Write.as icon';si_svg=''
class AddSi_wwe(A,O):bl_idname="mesh.si_wwe";bl_label='WWE';bl_description='Add WWE icon';si_svg=''
class AddSi_wwise(A,O):bl_idname="mesh.si_wwise";bl_label='Wwise';bl_description='Add Wwise icon';si_svg=''
+class AddSi_wxt(A,O):bl_idname="mesh.si_wxt";bl_label='WXT';bl_description='Add WXT icon';si_svg=''
class AddSi_wykop(A,O):bl_idname="mesh.si_wykop";bl_label='Wykop';bl_description='Add Wykop icon';si_svg=''
class AddSi_wyze(A,O):bl_idname="mesh.si_wyze";bl_label='Wyze';bl_description='Add Wyze icon';si_svg=''
class AddSi_x(A,O):bl_idname="mesh.si_x";bl_label='X';bl_description='Add X icon';si_svg=''
diff --git a/simple_icons_blender.template b/simple_icons_blender.template
index 969dcc6..2112326 100644
--- a/simple_icons_blender.template
+++ b/simple_icons_blender.template
@@ -13,7 +13,7 @@ bl_info = {
"author": "mondeja",
"license": "BSD-3-Clause",
"category": "Add Curve",
- "version": (14, 1, 0),
+ "version": (14, 2, 0),
"blender": (2, 93, 0),
"support": "COMMUNITY",
}