Skip to content

Commit

Permalink
[ version ] Update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Dec 4, 2017
1 parent 0e498b4 commit 9f6a4a6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 322 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Add code below to your gradle script:
```gradle
allprojects { repositories { maven { url 'https://jitpack.io' } } }
dependencies {
compile 'com.github.icela:FriceEngine:v1.6.5'
compile 'com.github.icela:FriceEngine:v1.6.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ build_script:
#

artifacts:
- path: 'build\libs\engine-all-1.6.5.jar'
- path: 'build\libs\engine-all-1.6.6.jar'
name: frice
#
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'org.frice'
version '1.6.5'
version '1.6.6'

buildscript {
ext.kotlin_version = '1.2.0'
Expand Down
319 changes: 0 additions & 319 deletions src/apis.md

This file was deleted.

0 comments on commit 9f6a4a6

Please sign in to comment.