Skip to content
This repository was archived by the owner on Oct 16, 2018. It is now read-only.

Commit 35a99de

Browse files
committed
Release to 1.0.1
1 parent d71437c commit 35a99de

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
lines changed

beacon-keeper-app/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
android:versionCode="2"
5-
android:versionName="1.0.1"
5+
android:versionName="1.0.2"
66
package="com.m039.beacon.keeper.app"
77
>
88

beacon-keeper-app/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
<parent>
99
<groupId>com.m039.beacon.keeper</groupId>
1010
<artifactId>parent</artifactId>
11-
<version>1.0.0</version>
11+
<version>1.0.1</version>
1212
</parent>
1313

1414
<artifactId>beacon-keeper-app</artifactId>
1515
<packaging>apk</packaging>
16+
<version>1.0.2</version>
1617

1718
<dependencies>
1819
<dependency>
@@ -23,7 +24,7 @@
2324
<dependency>
2425
<groupId>com.m039.beacon.keeper</groupId>
2526
<artifactId>beacon-keeper-library</artifactId>
26-
<version>${project.version}</version>
27+
<version>1.0.1</version>
2728
<type>aar</type>
2829
</dependency>
2930

beacon-keeper-library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.m039.beacon.keeper</groupId>
1010
<artifactId>parent</artifactId>
11-
<version>1.0.0</version>
11+
<version>1.0.1</version>
1212
</parent>
1313

1414
<artifactId>beacon-keeper-library</artifactId>

beacon-keeper-samples/beacon-keeper-background-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.m039.beacon.keeper</groupId>
1010
<artifactId>samples</artifactId>
11-
<version>1.0.0</version>
11+
<version>1.0.1</version>
1212
</parent>
1313

1414
<artifactId>beacon-keeper-background-sample</artifactId>

beacon-keeper-samples/beacon-keeper-foreground-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.m039.beacon.keeper</groupId>
1010
<artifactId>samples</artifactId>
11-
<version>1.0.0</version>
11+
<version>1.0.1</version>
1212
</parent>
1313

1414
<artifactId>beacon-keeper-foreground-sample</artifactId>

beacon-keeper-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.m039.beacon.keeper</groupId>
1010
<artifactId>parent</artifactId>
11-
<version>1.0.0</version>
11+
<version>1.0.1</version>
1212
</parent>
1313

1414
<packaging>pom</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.m039.beacon.keeper</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.0.0</version>
10+
<version>1.0.1</version>
1111

1212
<packaging>pom</packaging>
1313

0 commit comments

Comments
 (0)