Skip to content

Commit c19fcea

Browse files
author
Jorge Costa
committed
Bump version to 0.4.4
1 parent 12d5c3e commit c19fcea

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To use the Activity Fragment Manager, add the compile dependency with the latest
2929
Add the Activity Fragment Manager to your `build.gradle`:
3030
```gradle
3131
dependencies {
32-
compile 'com.massivedisaster:activity-fragment-manager:0.4.2'
32+
compile 'com.massivedisaster:activity-fragment-manager:0.4.3'
3333
}
3434
```
3535

@@ -40,7 +40,7 @@ In the `pom.xml` file:
4040
<dependency>
4141
<groupId>com.massivedisaster</groupId>
4242
<artifactId>activity-fragment-manager</artifactId>
43-
<version>0.4.2</version>
43+
<version>0.4.3</version>
4444
</dependency>
4545
```
4646

activity-fragment-manager/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ publish {
7878
userOrg = "jmspt"
7979
groupId = "com.massivedisaster"
8080
artifactId = 'activity-fragment-manager'
81-
publishVersion = "0.4.3"
81+
publishVersion = "0.4.4"
8282
desc = 'Activity Fragment Manager'
8383
website = websiteBase
8484
licences = licensesBase

0 commit comments

Comments
 (0)