File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " CacheClassExplorer" ,
3
- "version" : " 1.17.1 " ,
3
+ "version" : " 1.17.2 " ,
4
4
"description" : " Class Explorer for InterSystems Caché" ,
5
5
"directories" : { "test" : " test" },
6
6
"dependencies" : {},
Original file line number Diff line number Diff line change @@ -282,11 +282,13 @@ CacheClassExplorer.prototype.init = function () {
282
282
"Caché Class explorer v"
283
283
+ "[NOT-BUILT]" /*build.replace:"pkg.version"*/
284
284
+ "<br/>for InterSystems Caché"
285
- + "<br/>By Nikita Savchenko"
285
+ + "<br/>By <a target=\"_blank\" href='https://github.com/ZitRos'> Nikita Savchenko</a> "
286
286
+ "<br/><a target=\"_blank\" href=\"https://github.com/intersystems-ru/UMLExplorer\">"
287
287
+ "Project page</a> / <a target=\"_blank\" "
288
288
+ "href=\"https://github.com/intersystems-ru/UMLExplorer/issues\">Bug tracker</a>"
289
- + "<br/><br/>Enjoy!"
289
+ + "<br/><a target=\"_blank\" href='https://community.intersystems.com/post/"
290
+ + "cach%C3%A9-class-explorer-%E2%80%94-exploring-cach%C3%A9-uml-notation'>Article on "
291
+ + "Developer Community</a><br/><br/>Enjoy!"
290
292
) ;
291
293
} ) ;
292
294
this . elements . namespaces . addEventListener ( "change" , function ( e ) {
You can’t perform that action at this time.
0 commit comments