Skip to content

Commit

Permalink
[Release] V1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jainsahab committed Jun 6, 2017
1 parent 7e330f0 commit ee58a2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## Version 1.3.0 (June 6, 2017)
* Removed Data Binding dependency
* Fixing infinite loader issue
* Showing client side errors
* Using timestamp to name the log file

## Version 1.0.2 (May 9, 2017)
* Ability to share HTTP call data
* Ability to delete old requests
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext {
snooperVersion = '1.3.0-SNAPSHOT'
snooperVersion = '1.3.0'

// deployment properties
NEXUS_USERNAME = System.getenv("NEXUS_USERNAME")
Expand Down

0 comments on commit ee58a2b

Please sign in to comment.