Skip to content

Commit

Permalink
Create version v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbdean committed May 29, 2018
1 parent 673afeb commit c795c19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ENDPOINTS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Generated 2018-05-29 at 09:25:43 EDT. Use `./gradlew :meta:update` to update. DO NOT MODIFY DIRECTLY -->
<!--- Generated 2018-05-29 at 10:22:01 EDT. Use `./gradlew :meta:update` to update. DO NOT MODIFY DIRECTLY -->

Endpoints
=========
Expand All @@ -12,7 +12,7 @@ So far, **86** endpoints (out of 196) have been implemented.

| Method | Endpoint | Implementation |
|:------:| -------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| `POST` | [`/api/comment`](https://www.reddit.com/dev/api/oauth#POST_api_comment) | [`ReplyableReference.reply()`](https://github.com/mattbdean/JRAW/tree/master/lib/src/main/kotlin/net/dean/jraw/references/ReplyableReference.kt#L11) |
| `POST` | [`/api/comment`](https://www.reddit.com/dev/api/oauth#POST_api_comment) | [`ReplyableReference.reply()`](https://github.com/mattbdean/JRAW/tree/master/lib/src/main/kotlin/net/dean/jraw/references/ReplyableReference.kt#L14) |
| `POST` | [`[/r/{subreddit}]/api/friend`](https://www.reddit.com/dev/api/oauth#POST_api_friend) | None |
| `GET` | [`/api/needs_captcha`](https://www.reddit.com/dev/api/oauth#GET_api_needs_captcha) | None |
| `POST` | [`[/r/{subreddit}]/api/unfriend`](https://www.reddit.com/dev/api/oauth#POST_api_unfriend) | None |
Expand Down
2 changes: 1 addition & 1 deletion lib/src/gen/java/net/dean/jraw/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* For JRAW developers: this class should not be edited by hand. This class can be regenerated through the {@code :meta:update} Gradle task. */
public final class Version {
private static final String version = "1.0.0";
private static final String version = "1.1.0";

/**
* A semver string like "1.2.3" */
Expand Down

0 comments on commit c795c19

Please sign in to comment.