Skip to content

Commit

Permalink
2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
warmsound committed Sep 1, 2019
1 parent 5e47090 commit 46dcfd3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Reviews:

## What's New

### 2.3.5
- Add support for Forerunner® 45.

### 2.3.4
- Fix crash when changing numeric settings (e.g. "Calories Goal") using Connect IQ Store app.

Expand Down
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- This is a generated file. It is highly recommended that you DO NOT edit this file. --><iq:manifest xmlns:iq="http://www.garmin.com/xml/connectiq" version="3">
<iq:application entry="CrystalApp" id="bde5c058244911e8b4670ed5f89f718b" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="1.4.0" name="@Strings.AppName" type="watchface" version="2.3.4">
<iq:application entry="CrystalApp" id="bde5c058244911e8b4670ed5f89f718b" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="1.4.0" name="@Strings.AppName" type="watchface" version="2.3.5">
<iq:products>
<iq:product id="approachs60"/>
<iq:product id="d2bravo"/>
Expand Down
2 changes: 1 addition & 1 deletion resources/settings/properties.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<properties>

<property id="AppVersion" type="string">2.3.4</property>
<property id="AppVersion" type="string">2.3.5</property>

<property id="Theme" type="number">0</property>

Expand Down

0 comments on commit 46dcfd3

Please sign in to comment.