Skip to content

Commit 8c7d69b

Browse files
committed
Update version
1 parent 62f2695 commit 8c7d69b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Proxychain [![Version](http://img.shields.io/badge/version-2.0.3-blue.svg?style=flat)](https://github.com/Karasiq/proxychain/releases) [![Dependencies](https://app.updateimpact.com/badge/692686982173822976/proxychain.svg?config=compile)](https://app.updateimpact.com/latest/692686982173822976/proxychain)
1+
# Proxychain [![Version](http://img.shields.io/badge/version-2.0.5-blue.svg?style=flat)](https://github.com/Karasiq/proxychain/releases) [![Dependencies](https://app.updateimpact.com/badge/692686982173822976/proxychain.svg?config=compile)](https://app.updateimpact.com/latest/692686982173822976/proxychain)
22
Proxy-chaining SOCKS/HTTP server (see also [proxyutils library](https://github.com/Karasiq/proxyutils))
33

44
# Configuration

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "proxychain"
22

33
organization := "com.github.karasiq"
44

5-
version := "2.0.4"
5+
version := "2.0.5"
66

77
isSnapshot := version.value.endsWith("SNAPSHOT")
88

setup/setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define OutputName "proxychain"
22
#define MyAppName "Proxychain"
3-
#define MyAppVersion "2.0.4"
3+
#define MyAppVersion "2.0.5"
44
#define MyAppPublisher "Karasiq, Inc."
55
#define MyAppURL "http://www.github.com/Karasiq"
66
#define MyAppExeName "bin\proxychain.bat"

0 commit comments

Comments
 (0)