Tag and release 2.1.1
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<Copyright>Copyright © Antonio Parata 2016</Copyright>
|
||||
<RepositoryUrl>https://github.com/unicorn-engine/unicorn</RepositoryUrl>
|
||||
<PackageDescription>.NET bindings for unicorn</PackageDescription>
|
||||
<VersionPrefix>2.1.0</VersionPrefix>
|
||||
<VersionPrefix>2.1.1</VersionPrefix>
|
||||
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
|
||||
<ProjectGuid>0c21f1c1-2725-4a46-9022-1905f85822a5</ProjectGuid>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<AssemblyName>UnicornSamples</AssemblyName>
|
||||
<Copyright>Copyright © Antonio Parata 2016</Copyright>
|
||||
<RepositoryUrl>https://github.com/unicorn-engine/unicorn</RepositoryUrl>
|
||||
<Version>2.1.0</Version>
|
||||
<Version>2.1.1</Version>
|
||||
<ProjectGuid>{B80B5987-1E24-4309-8BF9-C4F91270F21C}</ProjectGuid>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>org.unicorn-engine</groupId>
|
||||
<artifactId>unicorn</artifactId>
|
||||
<version>2.1.0</version>
|
||||
<version>2.1.1</version>
|
||||
|
||||
<name>unicorn</name>
|
||||
<url>https://www.unicorn-engine.org</url>
|
||||
|
||||
@@ -32,7 +32,7 @@ SRC_DIR = os.path.join(ROOT_DIR, 'src')
|
||||
UC_DIR = SRC_DIR if os.path.exists(SRC_DIR) else os.path.join(ROOT_DIR, '../..')
|
||||
BUILD_DIR = os.path.join(UC_DIR, 'build_python')
|
||||
|
||||
VERSION = "2.1.0"
|
||||
VERSION = "2.1.1"
|
||||
|
||||
if SYSTEM == 'darwin':
|
||||
LIBRARY_FILE = "libunicorn.2.dylib"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# Use bundle install && rake to install gem and test
|
||||
install: gen_const
|
||||
cd unicorn_gem && rake build
|
||||
cd unicorn_gem && gem install --local pkg/unicorn-engine-2.1.0.gem
|
||||
cd unicorn_gem && gem install --local pkg/unicorn-engine-2.1.1.gem
|
||||
|
||||
gen_const:
|
||||
cd .. && python3 const_generator.py ruby
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module Unicorn
|
||||
VERSION = "2.1.0"
|
||||
VERSION = "2.1.1"
|
||||
end
|
||||
|
||||
@@ -32,7 +32,7 @@ Add this to your `Cargo.toml`:
|
||||
|
||||
```
|
||||
[dependencies]
|
||||
unicorn-engine = "2.1.0"
|
||||
unicorn-engine = "2.1.1"
|
||||
```
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
Reference in New Issue
Block a user