Skip to content

Commit c1b900b

Browse files
committed
bumped version
1 parent 74b71cb commit c1b900b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gogs-client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
siteUrl = 'https://github.com/unfoldingWord-dev/android-gogs-client'
1414
gitUrl = 'https://github.com/unfoldingWord-dev/android-gogs-client.git'
1515

16-
libraryVersion = '1.0.0'
16+
libraryVersion = '1.1.0'
1717

1818
developerId = 'neutrinog'
1919
developerName = 'Joel Lonbeck'
@@ -32,7 +32,7 @@ android {
3232
minSdkVersion 15
3333
targetSdkVersion 23
3434
versionCode 1
35-
versionName "1.0.0"
35+
versionName "1.1.0"
3636
}
3737
buildTypes {
3838
release {

gogs-client/gogs-client.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<module external.linked.project.id=":gogs-client" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="org.unfoldingword.tools" external.system.module.version="1.0.0" type="JAVA_MODULE" version="4">
2+
<module external.linked.project.id=":gogs-client" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="org.unfoldingword.tools" external.system.module.version="1.1.0" type="JAVA_MODULE" version="4">
33
<component name="FacetManager">
44
<facet type="android-gradle" name="Android-Gradle">
55
<configuration>

0 commit comments

Comments
 (0)