Skip to content

Commit

Permalink
Bump the version number in the documentation and source code
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Mar 29, 2020
1 parent d18f67f commit e1a5518
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -183,7 +183,7 @@
<div id="sidebar" class="interface">

<a class="toc_title" href="#">
Underscore.js <span class="version">(1.9.2)</span>
Underscore.js <span class="version">(1.10.0)</span>
</a>
<ul class="toc_section">
<li>&raquo; <a href="https://github.com/jashkenas/underscore">GitHub Repository</a></li>
Expand Down Expand Up @@ -441,11 +441,11 @@ <h2>Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and u

<table>
<tr>
<td><a href="underscore.js">Development Version (1.9.2)</a></td>
<td><a href="underscore.js">Development Version (1.10.0)</a></td>
<td><i>60kb, Uncompressed with Plentiful Comments</i></td>
</tr>
<tr>
<td><a href="underscore-min.js">Production Version (1.9.2)</a></td>
<td><a href="underscore-min.js">Production Version (1.10.0)</a></td>
<td>
<i>6.5kb, Minified and Gzipped</i>
&nbsp;<small>(<a href="underscore-min.js.map">Source Map</a>)</small>
Expand Down
4 changes: 2 additions & 2 deletions modules/index.js
@@ -1,4 +1,4 @@
// Underscore.js 1.9.2
// Underscore.js 1.10.0
// https://underscorejs.org
// (c) 2009-2018 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
// Underscore may be freely distributed under the MIT license.
Expand Down Expand Up @@ -46,7 +46,7 @@ export default function _(obj) {
}

// Current version.
export var VERSION = _.VERSION = '1.9.2';
export var VERSION = _.VERSION = '1.10.0';

// Internal function that returns an efficient (for current engines) version
// of the passed-in callback, to be repeatedly applied in other Underscore
Expand Down
4 changes: 2 additions & 2 deletions underscore.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion underscore.js.map

Large diffs are not rendered by default.

0 comments on commit e1a5518

Please sign in to comment.