Skip to content

Commit cdaca1c

Browse files
committed
Update patch number and change log for 6.8.2
1 parent 2e53d11 commit cdaca1c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Release Notes
22
=============
33

4+
Version 6.8.2
5+
-------------
6+
Correct error 307 received when attempting to upload data to BGG
7+
48
Version 6.8.1
59
-------------
610
* Correct problem logging into BGG

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212

1313
def versionMajor = 6
1414
def versionMinor = 8
15-
def versionPatch = 1
15+
def versionPatch = 2
1616
def versionBuild = 0
1717

1818
apply plugin: 'com.android.application'

0 commit comments

Comments
 (0)