Skip to content

Commit 33a13b4

Browse files
Release version 1.1.0
1 parent 3faa873 commit 33a13b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Artemis Agent 1.0.9
1+
# Artemis Agent 1.1.0
22

33
## What is Artemis Agent?
44

@@ -10,7 +10,7 @@ offered, and how much progress had been made. Later, it was expanded to include
1010
reported from ally ships and stations as well, and later still, to also calculate efficient routes
1111
to complete all side missions and assist ally ships that needed help.
1212

13-
Artemis Messenger has become obselete, and Artemis Agent has taken its place. It restores all the
13+
Artemis Messenger has become obsolete, and Artemis Agent has taken its place. It restores all the
1414
features of its predecessor and adds new ones. Users can toggle red alert status, activate secret
1515
code cases, send commands to ally ships, track BioMechs and remotely freeze them for a limited time,
1616
track scanned enemy ships, taunt them and request surrenders. The UI has been greatly modernized to

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ android {
3939
applicationId = appId
4040
minSdk = minimumSdkVersion
4141
targetSdk = sdkVersion
42-
versionCode = 30
43-
versionName = "1.0.9"
42+
versionCode = 31
43+
versionName = "1.1.0"
4444
multiDexEnabled = true
4545

4646
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)