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

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
austintaylor committed Mar 17, 2014
1 parent de86864 commit 16750bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## master

## 1.0.1

* Add portuguese translation
* fix a bug where UserVoice.init() would show an error message to the user if the server was unreachable
* Prevent duplicat ideas or tickets if the user taps submit multiple times
* Prevent duplicated ideas or tickets if the user taps submit multiple times
* Add email validation
* Force soft keyboard to hide when tapping Next in form views

## 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion UserVoiceSDK/src/com/uservoice/uservoicesdk/UserVoice.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ public static void track(String event) {
}

public static String getVersion() {
return "1.0.0";
return "1.0.1";
}
}

1 comment on commit 16750bd

@thuytrinh
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Austin, should the AndroidManifest's info be changed accordingly? Currently it's still android:versionName="0.0.1".

Please sign in to comment.