Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Coser committed Apr 9, 2020
1 parent bedf9bb commit ed31d41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {

- Add the dependency
```
implementation 'com.github.DaikonWeb:daikon:1.3.0'
implementation 'com.github.DaikonWeb:daikon:1.3.1'
```

### Maven
Expand All @@ -41,7 +41,7 @@ implementation 'com.github.DaikonWeb:daikon:1.3.0'
<dependency>
<groupId>com.github.DaikonWeb</groupId>
<artifactId>daikon</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>
```

Expand Down
10 changes: 5 additions & 5 deletions scripts/sync_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ do
(
cd ${folder}
echo "deploy: $(pwd)"
git stash
git pull --rebase
git pull --tags
./${SCRIPT_NAME} ${TAG}
git stash pop || true
# git stash
# git pull --rebase
# git pull --tags
# ./${SCRIPT_NAME} ${TAG}
# git stash pop || true
)
done

0 comments on commit ed31d41

Please sign in to comment.