Skip to content

Commit bb5411b

Browse files
committed
3.8.2 release
1 parent f3e7c83 commit bb5411b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/js/core/namespace.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if (typeof console == 'undefined') { window.console = {log:function() {}}; }
55
window.sofia = {};
66

77
// version
8-
sofia.version = '3.8.2.beta';
8+
sofia.version = '3.8.2';
99

1010
// allows items to register themselves
1111
sofia.plugins = [];

changelog.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Change Log
22
=======
33

4-
3.8.2 - 2016/07/XX
4+
3.8.2 - 2016/07/23
55

66
* Replaced ZeroClipboard (Flash) with clipboard.js
77
* Updated window focus code to better handle touch events and scroll syncing
8-
8+
* Language Fixes
9+
* Speedier TSK conversion
910

1011
3.8.1 - 2016/04/11
1112

0 commit comments

Comments
 (0)