Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidProdinger committed Apr 18, 2018
2 parents 909b611 + 62379ac commit f4b019a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add the dependency

```groovy
dependencies {
compile 'com.github.DavidProdinger:weekdays-selector:1.0.3'
compile 'com.github.DavidProdinger:weekdays-selector:1.0.4'
}
```

Expand All @@ -47,7 +47,7 @@ Add the dependency
<dependency>
<groupId>com.github.DavidProdinger</groupId>
<artifactId>weekdays-selector</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
```

Expand Down Expand Up @@ -210,4 +210,4 @@ widget.setEditable(true);

// Disable the widget
widget.setEditable(false);
```
```

0 comments on commit f4b019a

Please sign in to comment.