Skip to content

Commit fb7f485

Browse files
authored
Merge pull request #6 from FreeClimbAPI/Update-Version
version bump
2 parents 453bebe + ff1c696 commit fb7f485

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ target
1919
**.iml
2020
.project
2121
.settings/
22+
.DS_Store
23+
/.DS_Store

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ plugins {
55
apply plugin: 'java'
66
apply plugin: 'maven'
77

8-
// group = 'com.github.FreeClimbAPI'
9-
// group = 'com.github.FreeClimbAPI'
8+
group = 'com.github.FreeClimbAPI'
109

1110
sourceCompatibility = 1.7 // java 7
1211
targetCompatibility = 1.7
13-
version = '1.0.0'
12+
version = '2.0.0'
1413

1514
repositories {
1615
mavenCentral()

0 commit comments

Comments
 (0)