Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
client
Commits
c8dffbb8
Commit
c8dffbb8
authored
6 months ago
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
v4.7.5
parent
0c3e5a3c
No related branches found
No related tags found
1 merge request
!703
Some changes for Phoenixx
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
XXDK.podspec
+1
-1
1 addition, 1 deletion
XXDK.podspec
build.gradle
+1
-1
1 addition, 1 deletion
build.gradle
cmd/version.go
+1
-1
1 addition, 1 deletion
cmd/version.go
xxdk/version_vars.go
+3
-3
3 additions, 3 deletions
xxdk/version_vars.go
with
6 additions
and
6 deletions
XXDK.podspec
+
1
−
1
View file @
c8dffbb8
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
build.gradle
+
1
−
1
View file @
c8dffbb8
...
...
@@ -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'
,
...
...
This diff is collapsed.
Click to expand it.
cmd/version.go
+
1
−
1
View file @
c8dffbb8
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
xxdk/version_vars.go
+
3
−
3
View file @
c8dffbb8
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2024-
07-1
2 1
3
:43:4
1.59068
2 -0400 EDT m=+0.0
29165709
// 2024-
10-0
2 1
5
:43:4
9.19166
2 -0400 EDT m=+0.0
51797834
package
xxdk
const
GITVERSION
=
`0
85e9805 Fix python error
`
const
SEMVER
=
"4.7.
4
"
const
GITVERSION
=
`0
c3e5a3c 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment