Skip to content

Commit 1a71559

Browse files
committed
updated README & 0.2.0-SNAPSHOT
1 parent 954ddcb commit 1a71559

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0)
22
[![Build Status](https://travis-ci.org/mariodavid/cuba-component-user-inbox.svg?branch=master)](https://travis-ci.org/mariodavid/cuba-component-user-inbox)
3+
[ ![Download](https://api.bintray.com/packages/mariodavid/cuba-components/cuba-component-user-inbox/images/download.svg) ](https://bintray.com/mariodavid/cuba-components/cuba-component-user-inbox/_latestVersion)
34

45
# CUBA Platform Component - User Inbox
56

@@ -33,7 +34,7 @@ This CUBA component gives users a mailbox for user to user and system to user me
3334
| ---------------- | -------------- |
3435
| 6.8.x | 0.1.x |
3536

36-
The latest version is: `0.1.0`
37+
The latest version is: [ ![Download](https://api.bintray.com/packages/mariodavid/cuba-components/cuba-component-user-inbox/images/download.svg) ](https://bintray.com/mariodavid/cuba-components/cuba-component-user-inbox/_latestVersion)
3738

3839
Add custom application component to your project:
3940

@@ -42,6 +43,7 @@ Add custom application component to your project:
4243
* Version: *add-on version*
4344

4445

46+
4547
## Using the inbox as a user
4648

4749
As a logged in user you'll see a menu entry called "Messages" which will show the incoming messages that are either

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ def bintrayRepositoryUrl = "https://api.bintray.com/maven/mariodavid/cuba-compon
4040
cuba {
4141
artifact {
4242
group = 'de.diedavids.cuba.userinbox'
43-
version = '0.1'
44-
isSnapshot = false
43+
version = '0.2.0'
44+
isSnapshot = true
4545
}
4646
tomcat {
4747
dir = "$project.rootDir/deploy/tomcat"

0 commit comments

Comments
 (0)