Skip to content

Commit 3b7c788

Browse files
committed
Bump version up to 1.1.0
1 parent a7e8aef commit 3b7c788

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2017, Aaron Bull Schaefer <aaron@elasticdog.com>
1+
Copyright (c) 2014-2018, Aaron Bull Schaefer <aaron@elasticdog.com>
22
Copyright (c) 2011, Woody Gilk <woody.gilk@gmail.com>
33

44
Permission is hereby granted, free of charge, to any person obtaining a copy

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,4 @@ License
300300
transcrypt is provided under the terms of the
301301
[MIT License](https://en.wikipedia.org/wiki/MIT_License).
302302

303-
Copyright &copy; 2014-2017, [Aaron Bull Schaefer](mailto:aaron@elasticdog.com).
303+
Copyright &copy; 2014-2018, [Aaron Bull Schaefer](mailto:aaron@elasticdog.com).

transcrypt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
# a Git repository. It utilizes OpenSSL's symmetric cipher routines and follows
88
# the gitattributes(5) man page regarding the use of filters.
99
#
10-
# Copyright (c) 2014-2017 Aaron Bull Schaefer <aaron@elasticdog.com>
10+
# Copyright (c) 2014-2018 Aaron Bull Schaefer <aaron@elasticdog.com>
1111
# This source code is provided under the terms of the MIT License
1212
# that can be be found in the LICENSE file.
1313
#
1414

1515
##### CONSTANTS
1616

1717
# the release version of this script
18-
readonly VERSION='1.0.3'
18+
readonly VERSION='1.1.0'
1919

2020
# the default cipher to utilize
2121
readonly DEFAULT_CIPHER='aes-256-cbc'

0 commit comments

Comments
 (0)