Skip to content
Snippets Groups Projects
Commit c8dffbb8 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

v4.7.5

parent 0c3e5a3c
No related branches found
No related tags found
1 merge request!703Some changes for Phoenixx
......@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#
spec.name = "XXDK"
spec.version = "4.7.4"
spec.version = "4.7.5"
spec.summary = "xx network client library for iOS"
# This description is used to generate tags and improve search results.
......
......@@ -14,7 +14,7 @@ publishing {
release(MavenPublication) {
groupId 'network.xx'
artifactId 'android.xxdk'
version '4.7.4'
version '4.7.5'
artifact("bindings.aar")
artifact(source: "bindings-sources.jar",
classifier: 'sources',
......
......@@ -18,7 +18,7 @@ import (
)
// Change this value to set the version for this build
const currentVersion = "4.7.4"
const currentVersion = "4.7.5"
func Version() string {
out := fmt.Sprintf("Elixxir Client v%s -- %s\n\n", xxdk.SEMVER,
......
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2024-07-12 13:43:41.590682 -0400 EDT m=+0.029165709
// 2024-10-02 15:43:49.191662 -0400 EDT m=+0.051797834
package xxdk
const GITVERSION = `085e9805 Fix python error`
const SEMVER = "4.7.4"
const GITVERSION = `0c3e5a3c Stop the network follower when deleting a cMix instance`
const SEMVER = "4.7.5"
const DEPENDENCIES = `module gitlab.com/elixxir/client/v4
go 1.19
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment