Skip to content

Commit

Permalink
Push version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGrill committed Dec 4, 2018
1 parent a5c8133 commit a002c9e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -12,13 +12,13 @@ I will also stream sometimes when developing at https://www.twitch.tv/tomgrill a
https://github.com/TomGrill/gdx-facebook/wiki

## Version
Current stable: **1.4.1** (snapshot version are no longer supported)
Current stable: **1.5.0** (snapshot version are no longer supported)

## Requirements
Java 7+, JavaFX (Desktop only), Android API 15
Java 7+, JavaFX (Desktop only), Android API 19

## Supported Platforms
- Android (uses Facebook SDK 4.12.1)
- Android (uses Facebook SDK 4.38.1)
- iOS RoboVM (7+, Facebook iOS SDK 4.15.1)
- iOS MOE (9+, Facebook iOS SDK 4.23.0) (experimental)
- Desktop (for development only)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
@@ -1,6 +1,6 @@
ext {
GROUPID = 'de.tomgrill.gdxfacebook'
VERSION = '1.5.0-SNAPSHOT'
VERSION = '1.5.0'

}

Expand Down
2 changes: 1 addition & 1 deletion core/src/de/tomgrill/gdxfacebook/core/GDXFacebookVars.java
Expand Up @@ -18,6 +18,6 @@
package de.tomgrill.gdxfacebook.core;

public class GDXFacebookVars {
public static final String VERSION = "1.4.1";
public static final String VERSION = "1.5.0";
public static final String LOG_TAG = "gdx-facebook (" + VERSION + ")";
}

0 comments on commit a002c9e

Please sign in to comment.