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

Commit 46b92bc

Browse files
committed
Bump v0.1.3
1 parent 364897b commit 46b92bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Matus Gura
3+
Copyright (c) 2017-2019 Matus Gura
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gurisko/sorted-array",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "",
55
"repository": "https://github.com/gurisko/sorted-array",
66
"main": "./lib/index.js",

src/sorted-array.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file Sorted array abstract data type.
3-
* @copyright © 2017 Matus Gura
3+
* @copyright © 2017-2019 Matus Gura
44
*/
55

66
interface IEqualElements {

0 commit comments

Comments
 (0)