Skip to content

Commit

Permalink
Update readme and release version 0.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Apr 14, 2021
1 parent 80decc4 commit 115e16d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Publish package to the Maven Central Repository
on:
release:
types: [created]
push:
branches:
- master
#push:
# branches:
# - master

jobs:
build:
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# SwingSnackBar
![Maven Central](https://img.shields.io/maven-central/v/io.github.material-ui-swing/SwingSnackBar?style=for-the-badge)

<div align="center">
<img src="https://i.ibb.co/f82msmc/Swing-Snack-Bar-ICON.png" alt="Swing-Snack-Bar-ICON">
<p align="center">Swing SnackBar component</p>
</div>

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/material-ui-swing/SwingSnackBar/build?style=flat-square)
![Maven Central](https://img.shields.io/maven-central/v/io.github.material-ui-swing/SwingSnackBar?style=flat-square)

## Overview

- [Introduction](https://github.com/vincenzopalazzo/SwingSnackBar/wiki/Introduction)
Expand Down Expand Up @@ -55,14 +58,14 @@ Snackbar.make(contextView, R.string.item_removed_message, Snackbar.LENGTH_LONG)
<dependency>
<groupId>io.github.material-ui-swing</groupId>
<artifactId>SwingSnackBar</artifactId>
<version>0.0.1-rc2</version>
<version>0.0.2</version>
</dependency>
```

_Gradle_

```
implementation 'io.github.material-ui-swing:SwingSnackBar:0.0.1-rc2'
implementation 'io.github.material-ui-swing:SwingSnackBar:0.0.2'
```

Look also [here](https://search.maven.org/search?q=io.github.material-ui-swing)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#PROJECT_VERSION=0.0.2-SNAPSHOT
PROJECT_VERSION=0.0.2-SNAPSHOT
PROJECT_VERSION=0.0.2
GROUP_ID=io.github.material-ui-swing
MODULE_NAME=io.github.materialuiswing.swingsnackbar

Expand Down

0 comments on commit 115e16d

Please sign in to comment.