[sword-svn] r3839 - in trunk: bindings/cordova/cordova-plugin-crosswire-sword include

scribe at crosswire.org scribe at crosswire.org
Sun Dec 27 14:17:40 EST 2020


Author: scribe
Date: 2020-12-27 14:17:40 -0500 (Sun, 27 Dec 2020)
New Revision: 3839

Modified:
   trunk/bindings/cordova/cordova-plugin-crosswire-sword/README.md
   trunk/include/swversion.h
Log:
updated documentation in cordova plugin to reflect new SWModule.terminateSearch method


Modified: trunk/bindings/cordova/cordova-plugin-crosswire-sword/README.md
===================================================================
--- trunk/bindings/cordova/cordova-plugin-crosswire-sword/README.md	2020-12-27 19:10:28 UTC (rev 3838)
+++ trunk/bindings/cordova/cordova-plugin-crosswire-sword/README.md	2020-12-27 19:17:40 UTC (rev 3839)
@@ -100,6 +100,7 @@
 
 	SWModule.setKeyText
 	SWModule.search
+	SWModule.terminateSearch
 	SWModule.getKeyText
 	SWModule.getRenderText
 	SWModule.getStripText

Modified: trunk/include/swversion.h
===================================================================
--- trunk/include/swversion.h	2020-12-27 19:10:28 UTC (rev 3838)
+++ trunk/include/swversion.h	2020-12-27 19:17:40 UTC (rev 3839)
@@ -24,12 +24,12 @@
 #ifndef SWVERSION_H
 #define SWVERSION_H
 
-#define SWORD_VERSION_NUM 1090003823
-#define SWORD_VERSION_STR "1.9.0.3823M"
+#define SWORD_VERSION_NUM 1090003837
+#define SWORD_VERSION_STR "1.9.0.3837"
 #define SWORD_VERSION_MAJOR 1
 #define SWORD_VERSION_MINOR 9
 #define SWORD_VERSION_MICRO 0
-#define SWORD_VERSION_NANO 3823
+#define SWORD_VERSION_NANO 3837
 
 #include <defs.h>
 SWORD_NAMESPACE_START



More information about the sword-cvs mailing list