Skip to content

Commit 7d28862

Browse files
committed
Changed version
1 parent 1e0e280 commit 7d28862

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,10 @@ Any suggestions or bug reports are welcome. Just email me or more preferably ope
322322

323323
## Changelog ##
324324

325+
### 1.1.5 ###
326+
327+
* Added strRight, strRightBack, strLeft, strLeftBack
328+
325329
### 1.1.4 ###
326330

327331
* Added pad, lpad, rpad, lrpad methods and aliases center, ljust, rjust

lib/underscore.string.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Documentation: https://github.com/edtsech/underscore.string
55
// Some code is borrowed from MooTools and Alexandru Marasteanu.
66

7-
// Version 1.1.4
7+
// Version 1.1.5
88

99
(function(){
1010
// ------------------------- Baseline setup ---------------------------------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "underscore.string",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "String manipulation extensions for Underscore.js javascript library.",
55
"homepage": "https://github.com/edtsech/underscore.string",
66
"contributors": [

0 commit comments

Comments
 (0)