Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mslinks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Griefed
mslinks
Commits
58608f51
Commit
58608f51
authored
2 years ago
by
blackoverlord
Browse files
Options
Downloads
Patches
Plain Diff
bumped version number
parent
355494ba
No related branches found
Branches containing commit
Tags
1.0.9
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+1
-1
1 addition, 1 deletion
build.gradle
src/mslinks/ShellLink.java
+1
-1
1 addition, 1 deletion
src/mslinks/ShellLink.java
with
2 additions
and
2 deletions
build.gradle
+
1
−
1
View file @
58608f51
...
...
@@ -3,7 +3,7 @@ plugins {
id
'com.adarshr.test-logger'
version
'3.0.0'
}
version
=
'1.0.
8
'
version
=
'1.0.
9
'
sourceCompatibility
=
11.0
targetCompatibility
=
11.0
...
...
This diff is collapsed.
Click to expand it.
src/mslinks/ShellLink.java
+
1
−
1
View file @
58608f51
...
...
@@ -38,7 +38,7 @@ import mslinks.extra.VistaIDList;
public
class
ShellLink
{
public
static
final
String
VERSION
=
"1.0.
8
"
;
public
static
final
String
VERSION
=
"1.0.
9
"
;
private
static
HashMap
<
Integer
,
Class
<?
extends
Serializable
>>
extraTypes
=
new
HashMap
<>(
Map
.
of
(
ConsoleData
.
signature
,
ConsoleData
.
class
,
...
...
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