Skip to content

Commit

Permalink
Commit 1.1 release
Browse files Browse the repository at this point in the history
Should fix:

* Issue #11 - NullPointerexception on missing gauge 'today' value
* IllegalStateException in Fragment.getLoaderManager()
  • Loading branch information
rtyley committed Feb 22, 2012
1 parent 2cdcc9c commit 13581b7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/AndroidManifest.xml
Expand Up @@ -13,7 +13,7 @@
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
--><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="110" android:versionName="1.1-SNAPSHOT" package="com.github.mobile.gauges">
--><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="110" android:versionName="1.1" package="com.github.mobile.gauges">
<!-- Note: This file will be auto-formatted by the build (specifically android:manifest-update goal) -->

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="14"/>
Expand Down
2 changes: 1 addition & 1 deletion app/pom.xml
Expand Up @@ -25,7 +25,7 @@
<url>https://github.com/github/gauges-android</url>

<parent>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<groupId>com.github.github</groupId>
<artifactId>gauges-android-parent</artifactId>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/AndroidManifest.xml
Expand Up @@ -13,7 +13,7 @@
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
--><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="110" android:versionName="1.1-SNAPSHOT" package="com.github.mobile.gauges.tests">
--><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="110" android:versionName="1.1" package="com.github.mobile.gauges.tests">
<!-- Note: This file will be auto-formatted by the build (specifically android:manifest-update goal) -->

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="14"/>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Expand Up @@ -24,7 +24,7 @@
<packaging>apk</packaging>

<parent>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<groupId>com.github.github</groupId>
<artifactId>gauges-android-parent</artifactId>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -19,7 +19,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<groupId>com.github.github</groupId>
<artifactId>gauges-android-parent</artifactId>
<name>Gauges Android parent</name>
Expand Down

0 comments on commit 13581b7

Please sign in to comment.