Skip to content

Commit

Permalink
Wi 1.0.8.pre
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbuessow committed Jan 7, 2024
1 parent 8fc046c commit e72c384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GlucoseWidget/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
id="928fe19a4d3a4259b50cb6f9ddaf0f4a"
minSdkVersion="3.3.0"
launcherIcon="@Drawables.LauncherIcon"
name="@Strings.AppName" type="widget" version="1.0.7.pre">
name="@Strings.AppName" type="widget" version="1.0.8.pre">
<iq:products>
<iq:product id="edge1030"/>
<iq:product id="edge1030plus"/>
Expand Down
2 changes: 1 addition & 1 deletion GlucoseWidget/source/GlucoseWidgetView.mc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class GlucoseWidgetView extends Ui.View {
setLayout(drawables);
}
graph = findDrawableById("DateValueGraph");
findTextById("PostCarbsResultLabel").setText(Rez.Strings.Version);
findTextById("PostCarbsResultLabel").setText(BuildInfo.VERSION);
}

function onGlucose() {
Expand Down

0 comments on commit e72c384

Please sign in to comment.