Skip to content

Commit

Permalink
Bump version to 1.7.0 (google#2541)
Browse files Browse the repository at this point in the history
  • Loading branch information
bejado committed May 15, 2020
1 parent 1ac6f5b commit 8780d7a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repositories {
}
dependencies {
implementation 'com.google.android.filament:filament-android:1.6.0'
implementation 'com.google.android.filament:filament-android:1.7.0'
}
```

Expand Down
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ A new header is inserted each time a *tag* is created.

## Next release

## v1.7.0

- MaterialInstances now have optional names.
- JNI constructors are now "package private" unless they take an Engine.

Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.google.android.filament
VERSION_NAME=1.6.0
VERSION_NAME=1.7.0

POM_DESCRIPTION=Real-time physically based rendering engine for Android.

Expand Down
2 changes: 1 addition & 1 deletion web/filament-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "filament",
"version": "1.6.0",
"version": "1.7.0",
"description": "Real-time physically based rendering engine",
"main": "filament.js",
"module": "filament.js",
Expand Down

0 comments on commit 8780d7a

Please sign in to comment.