Skip to content

Commit

Permalink
Merge pull request #41 from Hackplayers/dev
Browse files Browse the repository at this point in the history
dev to master v3.1
  • Loading branch information
OscarAkaElvis authored Aug 2, 2021
2 parents 0d10962 + 7f7f920 commit d2e21ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 3.1
- Version released just to quick fix ruby dependencies on gem

### 3.0
- Remote files/directories autocomplete feature (Thanks to arale61)
- Added option to log commands and outputs to a log file (Thanks to Borch Cañavate)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ Use it at your own servers and/or with the server owner's permission.
[@_Laox]: https://twitter.com/_Laox

<!-- Badges URLs -->
[Version-shield]: https://img.shields.io/badge/version-3.0-blue.svg?style=flat-square&colorA=273133&colorB=0093ee "Latest version"
[Version-shield]: https://img.shields.io/badge/version-3.1-blue.svg?style=flat-square&colorA=273133&colorB=0093ee "Latest version"
[Ruby2.3-shield]: https://img.shields.io/badge/ruby-2.3%2B-blue.svg?style=flat-square&colorA=273133&colorB=ff0000 "Ruby 2.3 or later"
[License-shield]: https://img.shields.io/badge/license-LGPL%20v3%2B-blue.svg?style=flat-square&colorA=273133&colorB=bd0000 "LGPL v3+"
[Docker-shield]: https://img.shields.io/docker/cloud/automated/oscarakaelvis/evil-winrm.svg?style=flat-square&colorA=273133&colorB=a9a9a9 "Docker rules!"
Expand Down
2 changes: 1 addition & 1 deletion evil-winrm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Constants

# Version
VERSION = '3.0'
VERSION = '3.1'

# Msg types
TYPE_INFO = 0
Expand Down

0 comments on commit d2e21ba

Please sign in to comment.