Skip to content

Commit

Permalink
Bump cordova-plugin-fonts version
Browse files Browse the repository at this point in the history
  • Loading branch information
eb1 committed Feb 7, 2025
1 parent 17a8d54 commit 410bdf9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
<preference name="ElectronSettingsFilePath" value="res/electron/settings.json" />
</platform>
<plugin name="cordova-plugin-chooser" spec="^1.3.1" />
<plugin name="cordova-plugin-fonts" spec="^0.6.5" />
<plugin name="cordova-plugin-fonts" spec="^1.0.0" />
<plugin name="cordova-plugin-keyboard" spec="https://github.com/sinn1/cordova-plugin-keyboard.git" />
<plugin name="phonegap-plugin-mobile-accessibility" spec="https://github.com/phonegap/phonegap-mobile-accessibility.git" />
<plugin name="cordova-clipboard" spec="https://github.com/ihadeed/cordova-clipboard.git" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"cordova-lib": "^10.1.0",
"cordova-plugin-fonts": "^0.6.5",
"cordova-plugin-fonts": "^1.0.0",
"cordova-plugin-save-dialog": "2.0.1",
"cordova-plugin-statusbar": "^2.4.3",
"crypto-randomuuid": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion www/js/models/sql/sourcephrase.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ define(function (require) {
defaults: {
spid: "",
chapterid: "",
vid: "", // 1.6 (verse ID for multiple imports)
vid: "", // 1.6 (verse ID for multiple imports) - can refer to range of verses (e.g., \v 1-6)
norder: 0,
markers: "",
orig: null,
Expand Down

0 comments on commit 410bdf9

Please sign in to comment.