Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trishika committed Jan 22, 2014
1 parent ed96b36 commit 032e063
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.droidupnp"
android:versionCode="6"
android:versionName="1.1.0" >
android:versionCode="7"
android:versionName="1.1.1" >

<uses-sdk
android:minSdkVersion="14"
Expand Down Expand Up @@ -55,4 +55,4 @@
<service android:name="org.droidupnp.model.cling.UpnpService" />
</application>

</manifest>
</manifest>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.droidupnp</groupId>
<artifactId>droidupnp</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>apk</packaging>

<name>DroidUPnP</name>
Expand Down

0 comments on commit 032e063

Please sign in to comment.