Skip to content

Commit

Permalink
Merge pull request #69 from anastaciocintra/4.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
4.1.0 snapshot
  • Loading branch information
anastaciocintra authored Jun 21, 2021
2 parents 14616d1 + b38eadf commit a9058bd
Show file tree
Hide file tree
Showing 158 changed files with 78 additions and 71,460 deletions.
4 changes: 2 additions & 2 deletions .version/changeversion.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
new="4.0.3"
old="4.0.3-SNAPSHOT"
new="4.1.0"
old="4.1.0-SNAPSHOT"

find ../ -type f \( -name "pom.xml" \) \
-exec sed -i -e "s/<revision>$old<\/revision>/<revision>$new<\/revision>/g" {} \;
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Download code and binaries from the [last release of escpos-coffee](https://gith
<dependency>
<groupId>com.github.anastaciocintra</groupId>
<artifactId>escpos-coffee</artifactId>
<version>4.0.3</version>
<version>4.1.0</version>
</dependency>
```

Expand All @@ -65,7 +65,7 @@ repositories {
Step 2. Add the dependency
```
dependencies {
implementation 'com.github.anastaciocintra:escpos-coffee:4.0.3'
implementation 'com.github.anastaciocintra:escpos-coffee:4.1.0'
}
```

Expand Down
399 changes: 0 additions & 399 deletions apidocs/allclasses-index.html

This file was deleted.

67 changes: 0 additions & 67 deletions apidocs/allclasses.html

This file was deleted.

180 changes: 0 additions & 180 deletions apidocs/allpackages-index.html

This file was deleted.

Loading

0 comments on commit a9058bd

Please sign in to comment.