Skip to content

Commit

Permalink
1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pszumanski committed Apr 27, 2024
1 parent c5a15e1 commit c781e13
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The library is available on maven-central, use this code snippet to use it!
<dependency>
<groupId>pl.wmsdev</groupId>
<artifactId>usos4j</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

Expand Down Expand Up @@ -56,7 +56,8 @@ The library supports
- payments
- phones
- photos
- pictests
- plctests
- progs
- registrations
- terms
- theses
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>pl.wmsdev</groupId>
<artifactId>usos4j</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<name>usos4j</name>
<description>Java client for USOS API</description>
<url>https://github.com/WMS-DEV/usos4j</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ void classTypesIndex() {
void course() {
var result = serverApi.courses().course(UsosCourseParam.builder("W13IST-SI0002G").build());
log("result: " + result);
log("temrs: " + Arrays.toString(result.terms()));
log("terms: " + Arrays.toString(result.terms()));
}

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ void ranking() {
}

@Test
@Disabled("PWr temporarily grants no access")
void coursesCart() {
log(userApi.registrations().coursesCart());
}
Expand Down

0 comments on commit c781e13

Please # to comment.