Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ndsinister committed Dec 25, 2013
2 parents 3059159 + 9dcc3b5 commit a048eda
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
===============================================================================

Version 1.1.1 *(2013-11-10)*
----------------------------

* Fix: Issue #32 - context variables are now updated properly when onWizardComplete event is triggered


Version 1.1.0 *(2013-11-10)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

allprojects {
version = "1.1.0"
version = "1.1.1"
group = "org.codepond"
}

Expand Down
2 changes: 1 addition & 1 deletion wizardroid-sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.codepond.wizardroid.sample"
android:versionCode="3" android:versionName="1.1.0">
android:versionCode="4" android:versionName="1.1.1">

<uses-sdk android:minSdkVersion="14"
android:targetSdkVersion="19"
Expand Down
2 changes: 1 addition & 1 deletion wizardroid/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="3" android:versionName="1.1.0" package="org.codepond.wizardroid">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="4" android:versionName="1.1.1" package="org.codepond.wizardroid">
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="19"/>
<application/>
</manifest>

0 comments on commit a048eda

Please sign in to comment.