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

Commit 5b18e72

Browse files
GitBrentGitBrent
GitBrent
authored and
GitBrent
committed
Updated for v1.2.0
1 parent c4250df commit 5b18e72

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016 Brent Ely
3+
Copyright (c) 2016-2017 Brent Ely
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

dist/sprestlib.bundle.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sprestlib.bundle.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sprestlib.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ var NODEJS = ( typeof module !== 'undefined' && module.exports );
4242

4343
(function(){
4444
// APP VERSION/BUILD
45-
var APP_VER = "1.2.0-beta";
46-
var APP_BLD = "20171004";
45+
var APP_VER = "1.2.0";
46+
var APP_BLD = "20171005";
4747
var DEBUG = false; // (verbose mode/lots of logging)
4848
// APP FUNCTIONALITY
4949
var APP_FILTEROPS = {

package.json

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

0 commit comments

Comments
 (0)