Skip to content

Commit c63aeb2

Browse files
authored
release 1.0.8 (#61)
1 parent 29509d3 commit c63aeb2

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ else()
1616
set(BUILD_SHARED_LIBS ON)
1717
endif()
1818

19-
project(ecc VERSION 1.0.7)
19+
project(ecc VERSION 1.0.8)
2020
project(ecc LANGUAGES C)
2121

2222
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules)

bindings/js/dist/ecc.dev.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/js/dist/ecc.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/js/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aldenml/ecc",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "elliptic curves crypto functions",
55
"main": "index.js",
66
"types": "./dist/index.d.ts",

bindings/jvm/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = "org.ssohub"
15-
version = "1.0.7"
15+
version = "1.0.8"
1616

1717
java {
1818
sourceCompatibility = JavaVersion.VERSION_1_8

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sonar.projectName=ecc
22
sonar.projectKey=aldenml_ecc
33
sonar.organization=aldenml
4-
sonar.projectVersion=1.0.7
4+
sonar.projectVersion=1.0.8
55

66
sonar.sources=src
77
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)