Skip to content

Commit

Permalink
[U] Release v1.1.0.85
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Aug 31, 2019
1 parent 03e050e commit 67d325b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.hydev.veracross-analyzer</groupId>
<artifactId>VeracrossAnalyzer.SDK</artifactId>
<version>1.1.0.82</version>
<version>1.1.0.85</version>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void veracrossEvents1() throws IOException
@Order(7)
void veracrossEvents2() throws IOException
{
// Get calendar events from 5 days ago to 5 days later.
// Get calendar events in between two dates.
List<VeracrossCalendarEvent> events = veracross.getEvents(new Date(), new Date());
log(events);
}
Expand Down

0 comments on commit 67d325b

Please sign in to comment.