Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Commit 4409699

Browse files
GitBrentGitBrent
GitBrent
authored and
GitBrent
committed
updated version for 1.6.0 release
1 parent 37330a5 commit 4409699

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/sprestlib.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var NODEJS = ( typeof module !== 'undefined' && module.exports );
3232

3333
(function(){
3434
// APP VERSION/BUILD
35-
var APP_VER = "1.6.0-beta";
35+
var APP_VER = "1.6.0";
3636
var APP_BLD = "20180305";
3737
var DEBUG = false; // (verbose mode/lots of logging)
3838
// ENUMERATIONS

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sprestlib",
3-
"version": "1.6.0-beta",
3+
"version": "1.6.0",
44
"author": {
55
"name": "Brent Ely",
66
"url": "https://github.com/gitbrent/"

0 commit comments

Comments
 (0)