Skip to content

Commit

Permalink
Bump version up to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticdog committed May 25, 2018
1 parent a7e8aef commit 3b7c788
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2017, Aaron Bull Schaefer <[email protected]>
Copyright (c) 2014-2018, Aaron Bull Schaefer <[email protected]>
Copyright (c) 2011, Woody Gilk <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,4 +300,4 @@ License
transcrypt is provided under the terms of the
[MIT License](https://en.wikipedia.org/wiki/MIT_License).

Copyright &copy; 2014-2017, [Aaron Bull Schaefer](mailto:[email protected]).
Copyright &copy; 2014-2018, [Aaron Bull Schaefer](mailto:[email protected]).
4 changes: 2 additions & 2 deletions transcrypt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
# a Git repository. It utilizes OpenSSL's symmetric cipher routines and follows
# the gitattributes(5) man page regarding the use of filters.
#
# Copyright (c) 2014-2017 Aaron Bull Schaefer <[email protected]>
# Copyright (c) 2014-2018 Aaron Bull Schaefer <[email protected]>
# This source code is provided under the terms of the MIT License
# that can be be found in the LICENSE file.
#

##### CONSTANTS

# the release version of this script
readonly VERSION='1.0.3'
readonly VERSION='1.1.0'

# the default cipher to utilize
readonly DEFAULT_CIPHER='aes-256-cbc'
Expand Down

0 comments on commit 3b7c788

Please sign in to comment.