Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Bos authored and Johan Bos committed Nov 23, 2016
1 parent 4c4df71 commit 807d555
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ UniLayout is a project to make multi-platform development easier for iOS and And
The library is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile.

```ruby
pod "UniLayout", '~> 0.1.0'
pod "UniLayout", '~> 0.1.1'
```


Expand All @@ -29,7 +29,7 @@ pod "UniLayout", '~> 0.1.0'
When using gradle, the library can easily be imported into the build.gradle file of your project. Add the following dependency:

```
compile 'com.crescentflare.unilayout:UniLayoutLib:0.1.0'
compile 'com.crescentflare.unilayout:UniLayoutLib:0.1.1'
```

Make sure that jcenter is added as a repository.
Expand Down
2 changes: 1 addition & 1 deletion UniLayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'UniLayout'
s.version = '0.1.0'
s.version = '0.1.1'
s.summary = 'A uniform layout system for iOS and Android.'

# This description is used to generate tags and improve search results.
Expand Down
4 changes: 2 additions & 2 deletions UniLayoutAndroid/UniLayoutLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/crescentflare/UniLayout'
gitUrl = 'https://github.com/crescentflare/UniLayout.git'

libraryVersion = '0.1.0'
libraryVersion = '0.1.1'

developerId = 'crescentflare'
developerName = 'Johan Bos'
Expand All @@ -32,7 +32,7 @@ android {
minSdkVersion 9
targetSdkVersion 22
versionCode 1
versionName "0.1.0"
versionName "0.1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down
6 changes: 3 additions & 3 deletions UniLayoutIOS/Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PODS:
- UniLayout (0.1.0)
- UniLayout (0.1.1)

DEPENDENCIES:
- UniLayout (from `../../`)

EXTERNAL SOURCES:
UniLayout:
:path: "../../"
:path: ../../

SPEC CHECKSUMS:
UniLayout: 517adf6a5a9be350aac18022405ed987bd1f615d
UniLayout: 0e83d02500494db9bd8f1ea19b764e02c301a2a5

PODFILE CHECKSUM: c5be050806aea14e5154eac8062c6c6830d64e24

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions UniLayoutIOS/Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 807d555

Please sign in to comment.