openchemlib 8.20.0 → 8.20.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * openchemlib - Manipulate molecules
3
- * @version v8.20.0
4
- * @date 2025-04-10T10:19:10.670Z
3
+ * @version v8.20.2
4
+ * @date 2025-04-11T11:53:07.730Z
5
5
  * @link https://github.com/cheminfo/openchemlib-js
6
6
  * @license BSD-3-Clause
7
7
  */
@@ -173,7 +173,7 @@ qsb.jrb=function jrb(a,b,c,d){var e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,A,B,C,D,
173
173
 
174
174
  var toReturn = $wnd["OCL"];
175
175
 
176
- toReturn.version = '8.20.0';
176
+ toReturn.version = '8.20.2';
177
177
 
178
178
  return toReturn;
179
179
  }