lr-chatbot 0.7.0 → 0.7.1

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.
@@ -19130,7 +19130,7 @@ let Ke = class extends Ht {
19130
19130
  Nt(this, lr, n);
19131
19131
  }
19132
19132
  static getVersion() {
19133
- return "LR Chatbot - 0.7.0";
19133
+ return "LR Chatbot - 0.7.1";
19134
19134
  }
19135
19135
  async performUpdate() {
19136
19136
  return await this.initTranslations(), super.performUpdate();