Skip to content

Commit

Permalink
Added 2015 season
Browse files Browse the repository at this point in the history
  • Loading branch information
robrua committed Feb 10, 2015
1 parent 23f4b0a commit 3d2fd1a
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 @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.robrua</groupId>
<artifactId>orianna</artifactId>
<version>1.4.4</version>
<version>1.4.5</version>
<packaging>jar</packaging>

<name>Orianna</name>
Expand Down
2 changes: 1 addition & 1 deletion src/com/robrua/orianna/api/queryspecs/Season.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package com.robrua.orianna.api.queryspecs;

public enum Season {
PRESEASON3, PRESEASON4, SEASON2014, SEASON3, SEASON4
PRESEASON3, PRESEASON4, SEASON2014, SEASON2015, SEASON3, SEASON4
}

0 comments on commit 3d2fd1a

Please sign in to comment.